#DAFF3B

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

Shades of Pear #DAFF3B

Tints of Pear #DAFF3B

Color information

#DAFF3B (or 0xDAFF3B) is unknown color: approx Pear. HEX triplet: DA, FF and 3B. RGB value is (218,255,59). Sum of RGB (Red+Green+Blue) = 218+255+59=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 59 (23.44% from 255 or 11.09% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF3B is #2500C4. Grayscale: #DEDEDE. Windows color (decimal): -2425029 or 3932122. OLE color: 3932122.

HSL color Cylindrical-coordinate representation of color #DAFF3B: hue angle of 71.33º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAFF3B is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.

Color convert

RGB21825559-
CMYK0.1500.770
HSL71.33º100%61.57%-
HSV(B)71.33º76.86%100%-
XYZ65.4686.7417.43-
YUV221.5936.24125.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 59 (23.44% from 255) = 11.09%
R=40.98%
G=47.93%
B=11.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218255590.1500.77071.3310061.57
HexDAFF3BF04D047643e
Octal33237773170115010714476
Binary1101101011111111111011111101001101010001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF3B; }

 p { color: rgb(218,255,59); }

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

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

 a { background-color: rgb(218,255,59); }

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

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

 span { border-color: rgb(218,255,59); }

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