#DAF22D

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

Shades of Pear #DAF22D

Tints of Pear #DAF22D

Color information

#DAF22D (or 0xDAF22D) is unknown color: approx Pear. HEX triplet: DA, F2 and 2D. RGB value is (218,242,45). Sum of RGB (Red+Green+Blue) = 218+242+45=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF22D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF22D is #250DD2. Grayscale: #D5D5D5. Windows color (decimal): -2428371 or 3011290. OLE color: 3011290.

HSL color Cylindrical-coordinate representation of color #DAF22D: hue angle of 67.31º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAF22D is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB21824245-
CMYK0.1000.810.05
HSL67.31º88.34%56.27%-
HSV(B)67.31º81.4%94.9%-
XYZ61.1478.614.43-
YUV212.3733.55132.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 242 (94.92% from 255) = 47.92%
BLUE value IS 45 (17.97% from 255) = 8.91%
R=43.17%
G=47.92%
B=8.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218242450.1000.810.0567.3188.3456.27
HexDAF22DA0515435838
Octal33236255120121510313070
Binary110110101111001010110110100101000110110000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF22D; }

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

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

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

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

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

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

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

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