Html Css Color HEX #DAF040 Pear

📋 copy color: '#DAF040'

red 218 ◦ green 240 ◦ blue 64

#DAF040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DAF040

Tints of Pear #DAF040

RGB

 RED value IS 218 (85.55% from 255) = 41.76%

 GREEN value IS 240 (94.14% from 255) = 45.98%

 BLUE value IS 64 (25.39% from 255) = 12.26%

R = 41.76%
G = 45.98%
B = 12.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#DAF040 (or 0xDAF040) is known color: Pear. HEX triplet: DA, F0 and 40. RGB value is (218,240,64). Sum of RGB (Red+Green+Blue) = 218+240+64=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF040 is #250FBF. Grayscale: #D6D6D6. Windows color (decimal): -2428864 or 4255962. OLE color: 4255962.

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

Color convert

RGB 218 240 64 -
CMYK 0.09 0 0.73 0.06
HSL 67.5º 0.85% 0.6% -
HSV(B) 67.5º 0.73% 0.94% -
XYZ 61 77.6 16.61 -
YUV 213.36 43.71 131.31 -
System Red Green Blue C M Y K H S L
Decimal 218 240 64 0.09 0 0.73 0.06 67.5 0.85 0.6
Hex DA F0 40 9 0 49 6 44 55 3C
Octal 332 360 100 11 0 111 6 104 125 74
Binary 11011010 11110000 1000000 1001 0 1001001 110 1000100 1010101 111100

Color Harmonies of #DAF040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF040

Black with #DAF040

Text Example


Text Example

White with #DAF040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF040; }

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

 H1.HeaderClassName
 {
   color: #DAF040;
 }
 .AnyTagClassName
 {
   color: #DAF040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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