Html Css Color HEX #DAFE5B Mindaro

📋 copy color: '#DAFE5B'

red 218 ◦ green 254 ◦ blue 91

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

Shades of Mindaro #DAFE5B

Tints of Mindaro #DAFE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.16%

R = 38.72%
G = 45.12%
B = 16.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#DAFE5B (or 0xDAFE5B) is known color: Mindaro. HEX triplet: DA, FE and 5B. RGB value is (218,254,91). Sum of RGB (Red+Green+Blue) = 218+254+91=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE5B is #2501A4. Grayscale: #E1E1E1. Windows color (decimal): -2425253 or 6029018. OLE color: 6029018.

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

Color convert

RGB 218 254 91 -
CMYK 0.14 0 0.64 0.00
HSL 73.25º 0.99% 0.68% -
HSV(B) 73.25º 0.64% 1% -
XYZ 66.24 86.54 23.11 -
YUV 224.65 52.57 123.25 -
System Red Green Blue C M Y K H S L
Decimal 218 254 91 0.14 0 0.64 0.00 73.25 0.99 0.68
Hex DA FE 5B E 0 40 0 49 63 44
Octal 332 376 133 16 0 100 0 111 143 104
Binary 11011010 11111110 1011011 1110 0 1000000 0 1001001 1100011 1000100

Color Harmonies of #DAFE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE5B

Black with #DAFE5B

Text Example


Text Example

White with #DAFE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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