Html Css Color HEX #DAF377 Mindaro

📋 copy color: '#DAF377'

red 218 ◦ green 243 ◦ blue 119

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

Shades of Mindaro #DAF377

Tints of Mindaro #DAF377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.52%

R = 37.59%
G = 41.9%
B = 20.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DAF377 (or 0xDAF377) is known color: Mindaro. HEX triplet: DA, F3 and 77. RGB value is (218,243,119). Sum of RGB (Red+Green+Blue) = 218+243+119=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF377 is #250C88. Grayscale: #DDDDDD. Windows color (decimal): -2428041 or 7861210. OLE color: 7861210.

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

Color convert

RGB 218 243 119 -
CMYK 0.10 0 0.51 0.05
HSL 72.1º 0.84% 0.71% -
HSV(B) 72.1º 0.51% 0.95% -
XYZ 64.29 80.34 29.57 -
YUV 221.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 218 243 119 0.10 0 0.51 0.05 72.1 0.84 0.71
Hex DA F3 77 A 0 33 5 48 54 47
Octal 332 363 167 12 0 63 5 110 124 107
Binary 11011010 11110011 1110111 1010 0 110011 101 1001000 1010100 1000111

Color Harmonies of #DAF377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF377

Black with #DAF377

Text Example


Text Example

White with #DAF377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF377; }

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

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

background-color css

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

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

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

border-color css

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

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

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