Html Css Color HEX #DAFE5C Mindaro

📋 copy color: '#DAFE5C'

red 218 ◦ green 254 ◦ blue 92

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

Shades of Mindaro #DAFE5C

Tints of Mindaro #DAFE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.31%

R = 38.65%
G = 45.04%
B = 16.31%

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

#DAFE5C (or 0xDAFE5C) is known color: Mindaro. HEX triplet: DA, FE and 5C. RGB value is (218,254,92). Sum of RGB (Red+Green+Blue) = 218+254+92=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 92 (36.33% from 255 or 16.31% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE5C is #2501A3. Grayscale: #E1E1E1. Windows color (decimal): -2425252 or 6094554. OLE color: 6094554.

HSL color Cylindrical-coordinate representation of color #DAFE5C: hue angle of 73.33º 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 #DAFE5C is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 92 -
CMYK 0.14 0 0.64 0.00
HSL 73.33º 0.99% 0.68% -
HSV(B) 73.33º 0.64% 1% -
XYZ 66.29 86.56 23.34 -
YUV 224.77 53.07 123.17 -
System Red Green Blue C M Y K H S L
Decimal 218 254 92 0.14 0 0.64 0.00 73.33 0.99 0.68
Hex DA FE 5C E 0 40 0 49 63 44
Octal 332 376 134 16 0 100 0 111 143 104
Binary 11011010 11111110 1011100 1110 0 1000000 0 1001001 1100011 1000100

Color Harmonies of #DAFE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFE5C

Black with #DAFE5C

Text Example


Text Example

White with #DAFE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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