Html Css Color HEX #DAF280 Mindaro

📋 copy color: '#DAF280'

red 218 ◦ green 242 ◦ blue 128

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

Shades of Mindaro #DAF280

Tints of Mindaro #DAF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.16%

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

R = 37.07%
G = 41.16%
B = 21.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#DAF280 (or 0xDAF280) is known color: Mindaro. HEX triplet: DA, F2 and 80. RGB value is (218,242,128). Sum of RGB (Red+Green+Blue) = 218+242+128=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF280 is #250D7F. Grayscale: #DEDEDE. Windows color (decimal): -2428288 or 8450778. OLE color: 8450778.

HSL color Cylindrical-coordinate representation of color #DAF280: hue angle of 72.63º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAF280 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 128 -
CMYK 0.10 0 0.47 0.05
HSL 72.63º 0.81% 0.73% -
HSV(B) 72.63º 0.47% 0.95% -
XYZ 64.56 79.97 32.45 -
YUV 221.83 75.05 125.27 -
System Red Green Blue C M Y K H S L
Decimal 218 242 128 0.10 0 0.47 0.05 72.63 0.81 0.73
Hex DA F2 80 A 0 2F 5 49 51 49
Octal 332 362 200 12 0 57 5 111 121 111
Binary 11011010 11110010 10000000 1010 0 101111 101 1001001 1010001 1001001

Color Harmonies of #DAF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF280

Black with #DAF280

Text Example


Text Example

White with #DAF280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF280; }

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

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

background-color css

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

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

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

border-color css

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

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

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