Html Css Color HEX #DAFE72 Mindaro

📋 copy color: '#DAFE72'

red 218 ◦ green 254 ◦ blue 114

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

Shades of Mindaro #DAFE72

Tints of Mindaro #DAFE72

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.34%

 BLUE value IS 114 (44.92% from 255) = 19.45%

R = 37.2%
G = 43.34%
B = 19.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#DAFE72 (or 0xDAFE72) is known color: Mindaro. HEX triplet: DA, FE and 72. RGB value is (218,254,114). Sum of RGB (Red+Green+Blue) = 218+254+114=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 254 (99.61% from 255 or 43.34% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE72 is #25018D. Grayscale: #E3E3E3. Windows color (decimal): -2425230 or 7536346. OLE color: 7536346.

HSL color Cylindrical-coordinate representation of color #DAFE72: hue angle of 75.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAFE72 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 114 -
CMYK 0.14 0 0.55 0.00
HSL 75.43º 0.99% 0.72% -
HSV(B) 75.43º 0.55% 1% -
XYZ 67.39 87 29.16 -
YUV 227.28 64.07 121.38 -
System Red Green Blue C M Y K H S L
Decimal 218 254 114 0.14 0 0.55 0.00 75.43 0.99 0.72
Hex DA FE 72 E 0 37 0 4B 63 48
Octal 332 376 162 16 0 67 0 113 143 110
Binary 11011010 11111110 1110010 1110 0 110111 0 1001011 1100011 1001000

Color Harmonies of #DAFE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE72

Black with #DAFE72

Text Example


Text Example

White with #DAFE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE72; }

 p { color: rgb(218,254,114); }

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

background-color css

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

 a { background-color: rgb(218,254,114); }

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

border-color css

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

 span { border-color: rgb(218,254,114); }

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