#DAFA42

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

Shades of Pear #DAFA42

Tints of Pear #DAFA42

Color information

#DAFA42 (or 0xDAFA42) is unknown color: approx Pear. HEX triplet: DA, FA and 42. RGB value is (218,250,66). Sum of RGB (Red+Green+Blue) = 218+250+66=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 66 (26.17% from 255 or 12.36% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA42 is #2505BD. Grayscale: #DCDCDC. Windows color (decimal): -2426302 or 4389594. OLE color: 4389594.

HSL color Cylindrical-coordinate representation of color #DAFA42: hue angle of 70.43º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAFA42 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB21825066-
CMYK0.1300.740.02
HSL70.43º94.85%61.96%-
HSV(B)70.43º73.6%98.04%-
XYZ64.0883.6717.93-
YUV219.4641.4126.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 250 (98.05% from 255) = 46.82%
BLUE value IS 66 (26.17% from 255) = 12.36%
R=40.82%
G=46.82%
B=12.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218250660.1300.740.0270.4394.8561.96
HexDAFA42D04A2465f3e
Octal332372102150112210613776
Binary110110101111101010000101101010010101010001101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA42; }

 p { color: rgb(218,250,66); }

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

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

 a { background-color: rgb(218,250,66); }

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

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

 span { border-color: rgb(218,250,66); }

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