Html Css Color HEX #DAF048 Pear

📋 copy color: '#DAF048'

red 218 ◦ green 240 ◦ blue 72

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

Shades of Pear #DAF048

Tints of Pear #DAF048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.58%

R = 41.13%
G = 45.28%
B = 13.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#DAF048 (or 0xDAF048) is known color: Pear. HEX triplet: DA, F0 and 48. RGB value is (218,240,72). Sum of RGB (Red+Green+Blue) = 218+240+72=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF048 is #250FB7. Grayscale: #D6D6D6. Windows color (decimal): -2428856 or 4780250. OLE color: 4780250.

HSL color Cylindrical-coordinate representation of color #DAF048: hue angle of 67.86º 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 #DAF048 is Cyan = 0.09, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 72 -
CMYK 0.09 0 0.7 0.06
HSL 67.86º 0.85% 0.61% -
HSV(B) 67.86º 0.7% 0.94% -
XYZ 61.24 77.69 17.9 -
YUV 214.27 47.71 130.66 -
System Red Green Blue C M Y K H S L
Decimal 218 240 72 0.09 0 0.7 0.06 67.86 0.85 0.61
Hex DA F0 48 9 0 46 6 44 55 3D
Octal 332 360 110 11 0 106 6 104 125 75
Binary 11011010 11110000 1001000 1001 0 1000110 110 1000100 1010101 111101

Color Harmonies of #DAF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF048

Black with #DAF048

Text Example


Text Example

White with #DAF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF048; }

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

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

background-color css

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

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

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

border-color css

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

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

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