#DAFE5C

Color #DAFE5C Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DAFE5C

Tints of Mindaro #DAFE5C

Color information

#DAFE5C (or 0xDAFE5C) is unknown color: approx 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

RGB21825492-
CMYK0.1400.640.00
HSL73.33º98.78%67.84%-
HSV(B)73.33º63.78%99.61%-
XYZ66.2986.5623.34-
YUV224.7753.07123.17-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal218254920.1400.640.0073.3398.7867.84
HexDAFE5CE0400496344
Octal3323761341601000111143104
Binary110110101111111010111001110010000000100100111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>