#DAFC31

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

Shades of Pear #DAFC31

Tints of Pear #DAFC31

Color information

#DAFC31 (or 0xDAFC31) is unknown color: approx Pear. HEX triplet: DA, FC and 31. RGB value is (218,252,49). Sum of RGB (Red+Green+Blue) = 218+252+49=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFC31 is #2503CE. Grayscale: #DBDBDB. Windows color (decimal): -2425807 or 3275994. OLE color: 3275994.

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

Color convert

RGB21825249-
CMYK0.1300.810.01
HSL70.05º97.13%59.02%-
HSV(B)70.05º80.56%98.82%-
XYZ64.2884.7515.88-
YUV218.6932.24127.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 252 (98.83% from 255) = 48.55%
BLUE value IS 49 (19.53% from 255) = 9.44%
R=42.00%
G=48.55%
B=9.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218252490.1300.810.0170.0597.1359.02
HexDAFC31D051146613b
Octal33237461150121110614173
Binary1101101011111100110001110101010001110001101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFC31; }

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

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

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

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

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

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

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

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