#C8ED5D

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

Shades of Mindaro #C8ED5D

Tints of Mindaro #C8ED5D

Color information

#C8ED5D (or 0xC8ED5D) is unknown color: approx Mindaro. HEX triplet: C8, ED and 5D. RGB value is (200,237,93). Sum of RGB (Red+Green+Blue) = 200+237+93=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8ED5D is #3712A2. Grayscale: #D2D2D2. Windows color (decimal): -3609251 or 6155720. OLE color: 6155720.

HSL color Cylindrical-coordinate representation of color #C8ED5D: hue angle of 75.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8ED5D is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB20023793-
CMYK0.1600.610.07
HSL75.42º80%64.71%-
HSV(B)75.42º60.76%92.94%-
XYZ56.0873.6421.61-
YUV209.5262.24121.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 93 (36.72% from 255) = 17.55%
R=37.74%
G=44.72%
B=17.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal200237930.1600.610.0775.428064.71
HexC8ED5D1003D74b5041
Octal310355135200757113120101
Binary11001000111011011011101100000111101111100101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ED5D; }

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

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

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

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

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

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

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

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