Html Css Color HEX #DAF277 Mindaro

📋 copy color: '#DAF277'

red 218 ◦ green 242 ◦ blue 119

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

Shades of Mindaro #DAF277

Tints of Mindaro #DAF277

RGB

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

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

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

R = 37.65%
G = 41.8%
B = 20.55%

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

#DAF277 (or 0xDAF277) is known color: Mindaro. HEX triplet: DA, F2 and 77. RGB value is (218,242,119). Sum of RGB (Red+Green+Blue) = 218+242+119=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 119 (46.88% from 255 or 20.55% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF277 is #250D88. Grayscale: #DDDDDD. Windows color (decimal): -2428297 or 7860954. OLE color: 7860954.

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

Color convert

RGB 218 242 119 -
CMYK 0.10 0 0.51 0.05
HSL 71.71º 0.83% 0.71% -
HSV(B) 71.71º 0.51% 0.95% -
XYZ 64 79.74 29.47 -
YUV 220.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 218 242 119 0.10 0 0.51 0.05 71.71 0.83 0.71
Hex DA F2 77 A 0 33 5 48 53 47
Octal 332 362 167 12 0 63 5 110 123 107
Binary 11011010 11110010 1110111 1010 0 110011 101 1001000 1010011 1000111

Color Harmonies of #DAF277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF277

Black with #DAF277

Text Example


Text Example

White with #DAF277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF277; }

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

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

background-color css

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

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

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

border-color css

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

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

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