#DAFF40

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

Shades of Pear #DAFF40

Tints of Pear #DAFF40

Color information

#DAFF40 (or 0xDAFF40) is unknown color: approx Pear. HEX triplet: DA, FF and 40. RGB value is (218,255,64). Sum of RGB (Red+Green+Blue) = 218+255+64=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF40 is #2500BF. Grayscale: #DEDEDE. Windows color (decimal): -2425024 or 4259802. OLE color: 4259802.

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

Color convert

RGB21825564-
CMYK0.1500.750
HSL71.62º100%62.55%-
HSV(B)71.62º74.9%100%-
XYZ65.686.818.15-
YUV222.1638.74125.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 64 (25.39% from 255) = 11.92%
R=40.60%
G=47.49%
B=11.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218255640.1500.75071.6210062.55
HexDAFF40F04B048643f
Octal332377100170113011014477
Binary11011010111111111000000111101001011010010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF40; }

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

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

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

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

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

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

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

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