Html Css Color HEX #DAF87E Mindaro

📋 copy color: '#DAF87E'

red 218 ◦ green 248 ◦ blue 126

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

Shades of Mindaro #DAF87E

Tints of Mindaro #DAF87E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.89%

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

R = 36.82%
G = 41.89%
B = 21.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#DAF87E (or 0xDAF87E) is known color: Mindaro. HEX triplet: DA, F8 and 7E. RGB value is (218,248,126). Sum of RGB (Red+Green+Blue) = 218+248+126=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 126 (49.61% from 255 or 21.28% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF87E is #250781. Grayscale: #E1E1E1. Windows color (decimal): -2426754 or 8321242. OLE color: 8321242.

HSL color Cylindrical-coordinate representation of color #DAF87E: hue angle of 74.75º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAF87E is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 126 -
CMYK 0.12 0 0.49 0.03
HSL 74.75º 0.9% 0.73% -
HSV(B) 74.75º 0.49% 0.97% -
XYZ 66.25 83.55 32.37 -
YUV 225.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 218 248 126 0.12 0 0.49 0.03 74.75 0.9 0.73
Hex DA F8 7E C 0 31 3 4B 5A 49
Octal 332 370 176 14 0 61 3 113 132 111
Binary 11011010 11111000 1111110 1100 0 110001 11 1001011 1011010 1001001

Color Harmonies of #DAF87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF87E

Black with #DAF87E

Text Example


Text Example

White with #DAF87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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