Html Css Color HEX #DAF272 Mindaro

📋 copy color: '#DAF272'

red 218 ◦ green 242 ◦ blue 114

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

Shades of Mindaro #DAF272

Tints of Mindaro #DAF272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.86%

R = 37.98%
G = 42.16%
B = 19.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#DAF272 (or 0xDAF272) is known color: Mindaro. HEX triplet: DA, F2 and 72. RGB value is (218,242,114). Sum of RGB (Red+Green+Blue) = 218+242+114=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 114 (44.92% from 255 or 19.86% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF272 is #250D8D. Grayscale: #DCDCDC. Windows color (decimal): -2428302 or 7533274. OLE color: 7533274.

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

Color convert

RGB 218 242 114 -
CMYK 0.10 0 0.53 0.05
HSL 71.25º 0.83% 0.7% -
HSV(B) 71.25º 0.53% 0.95% -
XYZ 63.7 79.62 27.93 -
YUV 220.23 68.05 126.41 -
System Red Green Blue C M Y K H S L
Decimal 218 242 114 0.10 0 0.53 0.05 71.25 0.83 0.7
Hex DA F2 72 A 0 35 5 47 53 46
Octal 332 362 162 12 0 65 5 107 123 106
Binary 11011010 11110010 1110010 1010 0 110101 101 1000111 1010011 1000110

Color Harmonies of #DAF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF272

Black with #DAF272

Text Example


Text Example

White with #DAF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF272; }

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

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

background-color css

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

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

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

border-color css

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

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

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