Html Css Color HEX #DAFB80 Mindaro

📋 copy color: '#DAFB80'

red 218 ◦ green 251 ◦ blue 128

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

Shades of Mindaro #DAFB80

Tints of Mindaro #DAFB80

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.04%

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

R = 36.52%
G = 42.04%
B = 21.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DAFB80 (or 0xDAFB80) is known color: Mindaro. HEX triplet: DA, FB and 80. RGB value is (218,251,128). Sum of RGB (Red+Green+Blue) = 218+251+128=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFB80 is #25047F. Grayscale: #E3E3E3. Windows color (decimal): -2425984 or 8453082. OLE color: 8453082.

HSL color Cylindrical-coordinate representation of color #DAFB80: hue angle of 76.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAFB80 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 128 -
CMYK 0.13 0 0.49 0.02
HSL 76.1º 0.94% 0.74% -
HSV(B) 76.1º 0.49% 0.98% -
XYZ 67.31 85.46 33.37 -
YUV 227.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 218 251 128 0.13 0 0.49 0.02 76.1 0.94 0.74
Hex DA FB 80 D 0 31 2 4C 5E 4A
Octal 332 373 200 15 0 61 2 114 136 112
Binary 11011010 11111011 10000000 1101 0 110001 10 1001100 1011110 1001010

Color Harmonies of #DAFB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFB80

Black with #DAFB80

Text Example


Text Example

White with #DAFB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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