#DAF02D

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

Shades of Pear #DAF02D

Tints of Pear #DAF02D

Color information

#DAF02D (or 0xDAF02D) is unknown color: approx Pear. HEX triplet: DA, F0 and 2D. RGB value is (218,240,45). Sum of RGB (Red+Green+Blue) = 218+240+45=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 45 (17.97% from 255 or 8.95% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF02D is #250FD2. Grayscale: #D3D3D3. Windows color (decimal): -2428883 or 3010778. OLE color: 3010778.

HSL color Cylindrical-coordinate representation of color #DAF02D: hue angle of 66.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAF02D is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB21824045-
CMYK0.0900.810.06
HSL66.77º86.67%55.88%-
HSV(B)66.77º81.25%94.12%-
XYZ60.5577.4214.23-
YUV211.1934.21132.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.34%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 45 (17.97% from 255) = 8.95%
R=43.34%
G=47.71%
B=8.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal218240450.0900.810.0666.7786.6755.88
HexDAF02D90516435738
Octal33236055110121610312770
Binary110110101111000010110110010101000111010000111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF02D; }

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

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

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

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

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

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

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

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