#DAFC45

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

Shades of Pear #DAFC45

Tints of Pear #DAFC45

Color information

#DAFC45 (or 0xDAFC45) is unknown color: approx Pear. HEX triplet: DA, FC and 45. RGB value is (218,252,69). Sum of RGB (Red+Green+Blue) = 218+252+69=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 69 (27.34% from 255 or 12.80% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC45 is #2503BA. Grayscale: #DDDDDD. Windows color (decimal): -2425787 or 4586714. OLE color: 4586714.

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

Color convert

RGB21825269-
CMYK0.1300.730.01
HSL71.15º96.83%62.94%-
HSV(B)71.15º72.62%98.82%-
XYZ64.884.9618.61-
YUV220.9742.24125.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 252 (98.83% from 255) = 46.75%
BLUE value IS 69 (27.34% from 255) = 12.80%
R=40.45%
G=46.75%
B=12.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218252690.1300.730.0171.1596.8362.94
HexDAFC45D049147613f
Octal332374105150111110714177
Binary11011010111111001000101110101001001110001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC45; }

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

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

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

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

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

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

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

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