Html Css Color HEX #DAF080 Mindaro

📋 copy color: '#DAF080'

red 218 ◦ green 240 ◦ blue 128

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

Shades of Mindaro #DAF080

Tints of Mindaro #DAF080

RGB

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

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

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

R = 37.2%
G = 40.96%
B = 21.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DAF080 (or 0xDAF080) is known color: Mindaro. HEX triplet: DA, F0 and 80. RGB value is (218,240,128). Sum of RGB (Red+Green+Blue) = 218+240+128=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF080 is #250F7F. Grayscale: #DDDDDD. Windows color (decimal): -2428800 or 8450266. OLE color: 8450266.

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

Color convert

RGB 218 240 128 -
CMYK 0.09 0 0.47 0.06
HSL 71.79º 0.79% 0.72% -
HSV(B) 71.79º 0.47% 0.94% -
XYZ 63.97 78.78 32.26 -
YUV 220.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 218 240 128 0.09 0 0.47 0.06 71.79 0.79 0.72
Hex DA F0 80 9 0 2F 6 48 4F 48
Octal 332 360 200 11 0 57 6 110 117 110
Binary 11011010 11110000 10000000 1001 0 101111 110 1001000 1001111 1001000

Color Harmonies of #DAF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF080

Black with #DAF080

Text Example


Text Example

White with #DAF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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