Html Css Color HEX #DAFE5A Mindaro

📋 copy color: '#DAFE5A'

red 218 ◦ green 254 ◦ blue 90

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

Shades of Mindaro #DAFE5A

Tints of Mindaro #DAFE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.01%

R = 38.79%
G = 45.2%
B = 16.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#DAFE5A (or 0xDAFE5A) is known color: Mindaro. HEX triplet: DA, FE and 5A. RGB value is (218,254,90). Sum of RGB (Red+Green+Blue) = 218+254+90=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 90 (35.55% from 255 or 16.01% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE5A is #2501A5. Grayscale: #E1E1E1. Windows color (decimal): -2425254 or 5963482. OLE color: 5963482.

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

Color convert

RGB 218 254 90 -
CMYK 0.14 0 0.65 0.00
HSL 73.17º 0.99% 0.67% -
HSV(B) 73.17º 0.65% 1% -
XYZ 66.2 86.53 22.89 -
YUV 224.54 52.07 123.34 -
System Red Green Blue C M Y K H S L
Decimal 218 254 90 0.14 0 0.65 0.00 73.17 0.99 0.67
Hex DA FE 5A E 0 41 0 49 63 43
Octal 332 376 132 16 0 101 0 111 143 103
Binary 11011010 11111110 1011010 1110 0 1000001 0 1001001 1100011 1000011

Color Harmonies of #DAFE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE5A

Black with #DAFE5A

Text Example


Text Example

White with #DAFE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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