Html Css Color HEX #DAF381 Mindaro

📋 copy color: '#DAF381'

red 218 ◦ green 243 ◦ blue 129

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

Shades of Mindaro #DAF381

Tints of Mindaro #DAF381

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.19%

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

R = 36.95%
G = 41.19%
B = 21.86%

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

#DAF381 (or 0xDAF381) is known color: Mindaro. HEX triplet: DA, F3 and 81. RGB value is (218,243,129). Sum of RGB (Red+Green+Blue) = 218+243+129=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF381 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF381 is #250C7E. Grayscale: #DEDEDE. Windows color (decimal): -2428031 or 8516570. OLE color: 8516570.

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

Color convert

RGB 218 243 129 -
CMYK 0.10 0 0.47 0.05
HSL 73.16º 0.83% 0.73% -
HSV(B) 73.16º 0.47% 0.95% -
XYZ 64.93 80.59 32.9 -
YUV 222.53 75.22 124.77 -
System Red Green Blue C M Y K H S L
Decimal 218 243 129 0.10 0 0.47 0.05 73.16 0.83 0.73
Hex DA F3 81 A 0 2F 5 49 53 49
Octal 332 363 201 12 0 57 5 111 123 111
Binary 11011010 11110011 10000001 1010 0 101111 101 1001001 1010011 1001001

Color Harmonies of #DAF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF381

Black with #DAF381

Text Example


Text Example

White with #DAF381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF381; }

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

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

background-color css

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

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

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

border-color css

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

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

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