Html Css Color HEX #DAF881 Mindaro

📋 copy color: '#DAF881'

red 218 ◦ green 248 ◦ blue 129

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

Shades of Mindaro #DAF881

Tints of Mindaro #DAF881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.68%

R = 36.64%
G = 41.68%
B = 21.68%

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

#DAF881 (or 0xDAF881) is known color: Mindaro. HEX triplet: DA, F8 and 81. RGB value is (218,248,129). Sum of RGB (Red+Green+Blue) = 218+248+129=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF881 is #25077E. Grayscale: #E1E1E1. Windows color (decimal): -2426751 or 8517850. OLE color: 8517850.

HSL color Cylindrical-coordinate representation of color #DAF881: hue angle of 75.13º degrees, saturation: 0.89, 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 #DAF881 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 129 -
CMYK 0.12 0 0.48 0.03
HSL 75.13º 0.89% 0.74% -
HSV(B) 75.13º 0.48% 0.97% -
XYZ 66.44 83.63 33.41 -
YUV 225.46 73.56 122.68 -
System Red Green Blue C M Y K H S L
Decimal 218 248 129 0.12 0 0.48 0.03 75.13 0.89 0.74
Hex DA F8 81 C 0 30 3 4B 59 4A
Octal 332 370 201 14 0 60 3 113 131 112
Binary 11011010 11111000 10000001 1100 0 110000 11 1001011 1011001 1001010

Color Harmonies of #DAF881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF881

Black with #DAF881

Text Example


Text Example

White with #DAF881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF881; }

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

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

background-color css

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

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

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

border-color css

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

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

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