Html Css Color HEX #DAF880 Mindaro

📋 copy color: '#DAF880'

red 218 ◦ green 248 ◦ blue 128

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

Shades of Mindaro #DAF880

Tints of Mindaro #DAF880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.75%

 BLUE value IS 128 (50.39% from 255) = 21.55%

R = 36.7%
G = 41.75%
B = 21.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#DAF880 (or 0xDAF880) is known color: Mindaro. HEX triplet: DA, F8 and 80. RGB value is (218,248,128). Sum of RGB (Red+Green+Blue) = 218+248+128=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF880 is #25077F. Grayscale: #E1E1E1. Windows color (decimal): -2426752 or 8452314. OLE color: 8452314.

HSL color Cylindrical-coordinate representation of color #DAF880: hue angle of 75º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAF880 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 128 -
CMYK 0.12 0 0.48 0.03
HSL 75º 0.9% 0.74% -
HSV(B) 75º 0.48% 0.97% -
XYZ 66.38 83.6 33.06 -
YUV 225.35 73.06 122.76 -
System Red Green Blue C M Y K H S L
Decimal 218 248 128 0.12 0 0.48 0.03 75 0.9 0.74
Hex DA F8 80 C 0 30 3 4B 5A 4A
Octal 332 370 200 14 0 60 3 113 132 112
Binary 11011010 11111000 10000000 1100 0 110000 11 1001011 1011010 1001010

Color Harmonies of #DAF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF880

Black with #DAF880

Text Example


Text Example

White with #DAF880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF880; }

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

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

background-color css

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

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

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

border-color css

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

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

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