Html Css Color HEX #DAF87D Mindaro

📋 copy color: '#DAF87D'

red 218 ◦ green 248 ◦ blue 125

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

Shades of Mindaro #DAF87D

Tints of Mindaro #DAF87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.15%

R = 36.89%
G = 41.96%
B = 21.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#DAF87D (or 0xDAF87D) is known color: Mindaro. HEX triplet: DA, F8 and 7D. RGB value is (218,248,125). Sum of RGB (Red+Green+Blue) = 218+248+125=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF87D is #250782. Grayscale: #E1E1E1. Windows color (decimal): -2426755 or 8255706. OLE color: 8255706.

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

Color convert

RGB 218 248 125 -
CMYK 0.12 0 0.50 0.03
HSL 74.63º 0.9% 0.73% -
HSV(B) 74.63º 0.5% 0.97% -
XYZ 66.18 83.52 32.03 -
YUV 225.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 218 248 125 0.12 0 0.50 0.03 74.63 0.9 0.73
Hex DA F8 7D C 0 32 3 4B 5A 49
Octal 332 370 175 14 0 62 3 113 132 111
Binary 11011010 11111000 1111101 1100 0 110010 11 1001011 1011010 1001001

Color Harmonies of #DAF87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF87D

Black with #DAF87D

Text Example


Text Example

White with #DAF87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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