#C8FE5D

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

Shades of Mindaro #C8FE5D

Tints of Mindaro #C8FE5D

Color information

#C8FE5D (or 0xC8FE5D) is unknown color: approx Mindaro. HEX triplet: C8, FE and 5D. RGB value is (200,254,93). Sum of RGB (Red+Green+Blue) = 200+254+93=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FE5D is #3701A2. Grayscale: #DCDCDC. Windows color (decimal): -3604899 or 6160072. OLE color: 6160072.

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

Color convert

RGB20025493-
CMYK0.2100.630.00
HSL80.12º98.77%68.04%-
HSV(B)80.12º63.39%99.61%-
XYZ61.2483.9523.33-
YUV219.556.61114.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.56%
GREEN value IS 254 (99.61% from 255) = 46.44%
BLUE value IS 93 (36.72% from 255) = 17.00%
R=36.56%
G=46.44%
B=17.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal200254930.2100.630.0080.1298.7768.04
HexC8FE5D1503F0506344
Octal310376135250770120143104
Binary110010001111111010111011010101111110101000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FE5D; }

 p { color: rgb(200,254,93); }

 H1.HeaderClassName
 {
   color: #C8FE5D;
 }
 .AnyTagClassName
 {
   color: #C8FE5D;
 }
</style>
background-color css

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

 a { background-color: rgb(200,254,93); }

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

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

 span { border-color: rgb(200,254,93); }

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