#C8F05B

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

Shades of Mindaro #C8F05B

Tints of Mindaro #C8F05B

Color information

#C8F05B (or 0xC8F05B) is unknown color: approx Mindaro. HEX triplet: C8, F0 and 5B. RGB value is (200,240,91). Sum of RGB (Red+Green+Blue) = 200+240+91=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F05B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F05B is #370FA4. Grayscale: #D3D3D3. Windows color (decimal): -3608485 or 6025416. OLE color: 6025416.

HSL color Cylindrical-coordinate representation of color #C8F05B: hue angle of 76.11º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8F05B is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB20024091-
CMYK0.1700.620.06
HSL76.11º83.24%64.9%-
HSV(B)76.11º62.08%94.12%-
XYZ56.8775.3521.45-
YUV211.0560.25120.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 91 (35.94% from 255) = 17.14%
R=37.66%
G=45.20%
B=17.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal200240910.1700.620.0676.1183.2464.9
HexC8F05B1103E64c5341
Octal310360133210766114123101
Binary11001000111100001011011100010111110110100110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F05B; }

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

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

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

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

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

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

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

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