#DAF42D

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

Shades of Pear #DAF42D

Tints of Pear #DAF42D

Color information

#DAF42D (or 0xDAF42D) is unknown color: approx Pear. HEX triplet: DA, F4 and 2D. RGB value is (218,244,45). Sum of RGB (Red+Green+Blue) = 218+244+45=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 45 (17.97% from 255 or 8.88% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF42D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF42D is #250BD2. Grayscale: #D6D6D6. Windows color (decimal): -2427859 or 3011802. OLE color: 3011802.

HSL color Cylindrical-coordinate representation of color #DAF42D: hue angle of 67.84º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAF42D is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB21824445-
CMYK0.1100.820.04
HSL67.84º90.05%56.67%-
HSV(B)67.84º81.56%95.69%-
XYZ61.7479.814.63-
YUV213.5432.89131.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 244 (95.70% from 255) = 48.13%
BLUE value IS 45 (17.97% from 255) = 8.88%
R=43.00%
G=48.13%
B=8.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal218244450.1100.820.0467.8490.0556.67
HexDAF42DB0524445a39
Octal33236455130122410413271
Binary110110101111010010110110110101001010010001001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF42D; }

 p { color: rgb(218,244,45); }

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

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

 a { background-color: rgb(218,244,45); }

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

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

 span { border-color: rgb(218,244,45); }

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