#DAFC26

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

Shades of Pear #DAFC26

Tints of Pear #DAFC26

Color information

#DAFC26 (or 0xDAFC26) is unknown color: approx Pear. HEX triplet: DA, FC and 26. RGB value is (218,252,38). Sum of RGB (Red+Green+Blue) = 218+252+38=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 38 (15.23% from 255 or 7.48% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC26 is #2503D9. Grayscale: #DADADA. Windows color (decimal): -2425818 or 2555098. OLE color: 2555098.

HSL color Cylindrical-coordinate representation of color #DAFC26: hue angle of 69.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAFC26 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB21825238-
CMYK0.1300.850.01
HSL69.53º97.27%56.86%-
HSV(B)69.53º84.92%98.82%-
XYZ64.0784.6714.8-
YUV217.4426.74128.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.91%
GREEN value IS 252 (98.83% from 255) = 49.61%
BLUE value IS 38 (15.23% from 255) = 7.48%
R=42.91%
G=49.61%
B=7.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218252380.1300.850.0169.5397.2756.86
HexDAFC26D0551466139
Octal33237446150125110614171
Binary1101101011111100100110110101010101110001101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC26; }

 p { color: rgb(218,252,38); }

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

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

 a { background-color: rgb(218,252,38); }

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

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

 span { border-color: rgb(218,252,38); }

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