Html Css Color HEX #DAF46E Mindaro

📋 copy color: '#DAF46E'

red 218 ◦ green 244 ◦ blue 110

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

Shades of Mindaro #DAF46E

Tints of Mindaro #DAF46E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.66%

 BLUE value IS 110 (43.36% from 255) = 19.23%

R = 38.11%
G = 42.66%
B = 19.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#DAF46E (or 0xDAF46E) is known color: Mindaro. HEX triplet: DA, F4 and 6E. RGB value is (218,244,110). Sum of RGB (Red+Green+Blue) = 218+244+110=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF46E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF46E is #250B91. Grayscale: #DDDDDD. Windows color (decimal): -2427794 or 7271642. OLE color: 7271642.

HSL color Cylindrical-coordinate representation of color #DAF46E: hue angle of 71.64º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAF46E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 110 -
CMYK 0.11 0 0.55 0.04
HSL 71.64º 0.86% 0.69% -
HSV(B) 71.64º 0.55% 0.96% -
XYZ 64.08 80.73 26.96 -
YUV 220.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 218 244 110 0.11 0 0.55 0.04 71.64 0.86 0.69
Hex DA F4 6E B 0 37 4 48 56 45
Octal 332 364 156 13 0 67 4 110 126 105
Binary 11011010 11110100 1101110 1011 0 110111 100 1001000 1010110 1000101

Color Harmonies of #DAF46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF46E

Black with #DAF46E

Text Example


Text Example

White with #DAF46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF46E; }

 p { color: rgb(218,244,110); }

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

background-color css

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

 a { background-color: rgb(218,244,110); }

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

border-color css

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

 span { border-color: rgb(218,244,110); }

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