Html Css Color HEX #DAFE5F Mindaro

📋 copy color: '#DAFE5F'

red 218 ◦ green 254 ◦ blue 95

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

Shades of Mindaro #DAFE5F

Tints of Mindaro #DAFE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.75%

R = 38.45%
G = 44.8%
B = 16.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#DAFE5F (or 0xDAFE5F) is known color: Mindaro. HEX triplet: DA, FE and 5F. RGB value is (218,254,95). Sum of RGB (Red+Green+Blue) = 218+254+95=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 95 (37.5% from 255 or 16.75% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE5F is #2501A0. Grayscale: #E1E1E1. Windows color (decimal): -2425249 or 6291162. OLE color: 6291162.

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

Color convert

RGB 218 254 95 -
CMYK 0.14 0 0.63 0.00
HSL 73.58º 0.99% 0.68% -
HSV(B) 73.58º 0.63% 1% -
XYZ 66.42 86.62 24.04 -
YUV 225.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 218 254 95 0.14 0 0.63 0.00 73.58 0.99 0.68
Hex DA FE 5F E 0 3F 0 4A 63 44
Octal 332 376 137 16 0 77 0 112 143 104
Binary 11011010 11111110 1011111 1110 0 111111 0 1001010 1100011 1000100

Color Harmonies of #DAFE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE5F

Black with #DAFE5F

Text Example


Text Example

White with #DAFE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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