Html Css Color HEX #DAF281 Mindaro

📋 copy color: '#DAF281'

red 218 ◦ green 242 ◦ blue 129

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

Shades of Mindaro #DAF281

Tints of Mindaro #DAF281

RGB

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

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

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

R = 37.01%
G = 41.09%
B = 21.9%

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

#DAF281 (or 0xDAF281) is known color: Mindaro. HEX triplet: DA, F2 and 81. RGB value is (218,242,129). Sum of RGB (Red+Green+Blue) = 218+242+129=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 129 (50.78% from 255 or 21.90% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF281 is #250D7E. Grayscale: #DEDEDE. Windows color (decimal): -2428287 or 8516314. OLE color: 8516314.

HSL color Cylindrical-coordinate representation of color #DAF281: hue angle of 72.74º 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 #DAF281 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 242 129 -
CMYK 0.10 0 0.47 0.05
HSL 72.74º 0.81% 0.73% -
HSV(B) 72.74º 0.47% 0.95% -
XYZ 64.63 79.99 32.8 -
YUV 221.94 75.55 125.19 -
System Red Green Blue C M Y K H S L
Decimal 218 242 129 0.10 0 0.47 0.05 72.74 0.81 0.73
Hex DA F2 81 A 0 2F 5 49 51 49
Octal 332 362 201 12 0 57 5 111 121 111
Binary 11011010 11110010 10000001 1010 0 101111 101 1001001 1010001 1001001

Color Harmonies of #DAF281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF281

Black with #DAF281

Text Example


Text Example

White with #DAF281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF281; }

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

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

background-color css

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

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

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

border-color css

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

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

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