#c8f85b

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

Shades of Mindaro #C8F85B

Tints of Mindaro #C8F85B

Color information

#C8F85B (or 0xC8F85B) is unknown color: approx Mindaro. HEX triplet: C8, F8 and 5B. RGB value is (200,248,91). Sum of RGB (Red+Green+Blue) = 200+248+91=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F85B is #3707A4. Grayscale: #D8D8D8. Windows color (decimal): -3606437 or 6027464. OLE color: 6027464.

HSL color Cylindrical-coordinate representation of color #C8F85B: hue angle of 78.34º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8F85B is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB20024891-
CMYK0.1900.630.03
HSL78.34º91.81%66.47%-
HSV(B)78.34º63.31%97.25%-
XYZ59.2880.1722.25-
YUV215.7557.6116.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 248 (97.27% from 255) = 46.01%
BLUE value IS 91 (35.94% from 255) = 16.88%
R=37.11%
G=46.01%
B=16.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal200248910.1900.630.0378.3491.8166.47
HexC8F85B1303F34e5c42
Octal310370133230773116134102
Binary1100100011111000101101110011011111111100111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8f85b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8f85b; }

 p { color: rgb(200,248,91); }

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

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

 a { background-color: rgb(200,248,91); }

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

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

 span { border-color: rgb(200,248,91); }

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