#DAEF47

Color #DAEF47 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DAEF47

Tints of Pear #DAEF47

Color information

#DAEF47 (or 0xDAEF47) is unknown color: approx Pear. HEX triplet: DA, EF and 47. RGB value is (218,239,71). Sum of RGB (Red+Green+Blue) = 218+239+71=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEF47 is #2510B8. Grayscale: #D6D6D6. Windows color (decimal): -2429113 or 4714458. OLE color: 4714458.

HSL color Cylindrical-coordinate representation of color #DAEF47: hue angle of 67.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAEF47 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB21823971-
CMYK0.0900.700.06
HSL67.5º84%60.78%-
HSV(B)67.5º70.29%93.73%-
XYZ60.9277.0917.63-
YUV213.5747.54131.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 239 (93.75% from 255) = 45.27%
BLUE value IS 71 (28.12% from 255) = 13.45%
R=41.29%
G=45.27%
B=13.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal218239710.0900.700.0667.58460.78
HexDAEF479046644543d
Octal332357107110106610412475
Binary1101101011101111100011110010100011011010001001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEF47; }

 p { color: rgb(218,239,71); }

 H1.HeaderClassName
 {
   color: #DAEF47;
 }
 .AnyTagClassName
 {
   color: #DAEF47;
 }
</style>
background-color css

<style>
 a { background-color: #DAEF47; }

 a { background-color: rgb(218,239,71); }

 div.DivClassName
 {
   background-color: #DAEF47;
 }
 .BgClassName
 {
   background-color: #DAEF47;
 }
</style>
border-color css

<style>
 span { border-color: #DAEF47; }

 span { border-color: rgb(218,239,71); }

 td.TdClassName
 {
   border-color: #DAEF47;
 }
 .TagClassName
 {
   border-color: #DAEF47;
 }
</style>