#C8FF5B

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

Shades of Mindaro #C8FF5B

Tints of Mindaro #C8FF5B

Color information

#C8FF5B (or 0xC8FF5B) is unknown color: approx Mindaro. HEX triplet: C8, FF and 5B. RGB value is (200,255,91). Sum of RGB (Red+Green+Blue) = 200+255+91=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FF5B is #3700A4. Grayscale: #DCDCDC. Windows color (decimal): -3604645 or 6029256. OLE color: 6029256.

HSL color Cylindrical-coordinate representation of color #C8FF5B: hue angle of 80.12º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8FF5B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB20025591-
CMYK0.2200.640
HSL80.12º100%67.84%-
HSV(B)80.12º64.31%100%-
XYZ61.4784.5522.98-
YUV219.8655.28113.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.63%
GREEN value IS 255 (100% from 255) = 46.70%
BLUE value IS 91 (35.94% from 255) = 16.67%
R=36.63%
G=46.70%
B=16.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal200255910.2200.64080.1210067.84
HexC8FF5B160400506444
Octal3103771332601000120144104
Binary1100100011111111101101110110010000000101000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FF5B; }

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

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

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

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

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

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

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

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