Html Css Color HEX #DAF07F Mindaro

📋 copy color: '#DAF07F'

red 218 ◦ green 240 ◦ blue 127

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

Shades of Mindaro #DAF07F

Tints of Mindaro #DAF07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

 BLUE value IS 127 (50% from 255) = 21.71%

R = 37.26%
G = 41.03%
B = 21.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#DAF07F (or 0xDAF07F) is known color: Mindaro. HEX triplet: DA, F0 and 7F. RGB value is (218,240,127). Sum of RGB (Red+Green+Blue) = 218+240+127=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF07F is #250F80. Grayscale: #DCDCDC. Windows color (decimal): -2428801 or 8384730. OLE color: 8384730.

HSL color Cylindrical-coordinate representation of color #DAF07F: hue angle of 71.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DAF07F is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 127 -
CMYK 0.09 0 0.47 0.06
HSL 71.68º 0.79% 0.72% -
HSV(B) 71.68º 0.47% 0.94% -
XYZ 63.9 78.76 31.91 -
YUV 220.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 218 240 127 0.09 0 0.47 0.06 71.68 0.79 0.72
Hex DA F0 7F 9 0 2F 6 48 4F 48
Octal 332 360 177 11 0 57 6 110 117 110
Binary 11011010 11110000 1111111 1001 0 101111 110 1001000 1001111 1001000

Color Harmonies of #DAF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF07F

Black with #DAF07F

Text Example


Text Example

White with #DAF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF07F; }

 p { color: rgb(218,240,127); }

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

background-color css

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

 a { background-color: rgb(218,240,127); }

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

border-color css

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

 span { border-color: rgb(218,240,127); }

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