Html Css Color HEX #DAF27E Mindaro

📋 copy color: '#DAF27E'

red 218 ◦ green 242 ◦ blue 126

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

Shades of Mindaro #DAF27E

Tints of Mindaro #DAF27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.5%

R = 37.2%
G = 41.3%
B = 21.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#DAF27E (or 0xDAF27E) is known color: Mindaro. HEX triplet: DA, F2 and 7E. RGB value is (218,242,126). Sum of RGB (Red+Green+Blue) = 218+242+126=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF27E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF27E is #250D81. Grayscale: #DEDEDE. Windows color (decimal): -2428290 or 8319706. OLE color: 8319706.

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

Color convert

RGB 218 242 126 -
CMYK 0.10 0 0.48 0.05
HSL 72.41º 0.82% 0.72% -
HSV(B) 72.41º 0.48% 0.95% -
XYZ 64.43 79.92 31.77 -
YUV 221.6 74.05 125.43 -
System Red Green Blue C M Y K H S L
Decimal 218 242 126 0.10 0 0.48 0.05 72.41 0.82 0.72
Hex DA F2 7E A 0 30 5 48 52 48
Octal 332 362 176 12 0 60 5 110 122 110
Binary 11011010 11110010 1111110 1010 0 110000 101 1001000 1010010 1001000

Color Harmonies of #DAF27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF27E

Black with #DAF27E

Text Example


Text Example

White with #DAF27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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