Html Css Color HEX #DAF049 Pear

📋 copy color: '#DAF049'

red 218 ◦ green 240 ◦ blue 73

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

Shades of Pear #DAF049

Tints of Pear #DAF049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.75%

R = 41.05%
G = 45.2%
B = 13.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#DAF049 (or 0xDAF049) is known color: Pear. HEX triplet: DA, F0 and 49. RGB value is (218,240,73). Sum of RGB (Red+Green+Blue) = 218+240+73=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF049 is #250FB6. Grayscale: #D7D7D7. Windows color (decimal): -2428855 or 4845786. OLE color: 4845786.

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

Color convert

RGB 218 240 73 -
CMYK 0.09 0 0.70 0.06
HSL 67.9º 0.85% 0.61% -
HSV(B) 67.9º 0.7% 0.94% -
XYZ 61.28 77.71 18.07 -
YUV 214.38 48.21 130.58 -
System Red Green Blue C M Y K H S L
Decimal 218 240 73 0.09 0 0.70 0.06 67.9 0.85 0.61
Hex DA F0 49 9 0 46 6 44 55 3D
Octal 332 360 111 11 0 106 6 104 125 75
Binary 11011010 11110000 1001001 1001 0 1000110 110 1000100 1010101 111101

Color Harmonies of #DAF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF049

Black with #DAF049

Text Example


Text Example

White with #DAF049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF049; }

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

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

background-color css

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

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

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

border-color css

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

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

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