#DAF84A

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

Shades of Pear #DAF84A

Tints of Pear #DAF84A

Color information

#DAF84A (or 0xDAF84A) is unknown color: approx Pear. HEX triplet: DA, F8 and 4A. RGB value is (218,248,74). Sum of RGB (Red+Green+Blue) = 218+248+74=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF84A is #2507B5. Grayscale: #DBDBDB. Windows color (decimal): -2426806 or 4913370. OLE color: 4913370.

HSL color Cylindrical-coordinate representation of color #DAF84A: hue angle of 70.34º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAF84A is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB21824874-
CMYK0.1200.700.03
HSL70.34º92.55%63.14%-
HSV(B)70.34º70.16%97.25%-
XYZ63.7282.5319.05-
YUV219.1946.06127.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 248 (97.27% from 255) = 45.93%
BLUE value IS 74 (29.30% from 255) = 13.70%
R=40.37%
G=45.93%
B=13.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal218248740.1200.700.0370.3492.5563.14
HexDAF84AC0463465d3f
Octal332370112140106310613577
Binary110110101111100010010101100010001101110001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF84A; }

 p { color: rgb(218,248,74); }

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

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

 a { background-color: rgb(218,248,74); }

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

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

 span { border-color: rgb(218,248,74); }

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