#C8F161

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

Shades of Mindaro #C8F161

Tints of Mindaro #C8F161

Color information

#C8F161 (or 0xC8F161) is unknown color: approx Mindaro. HEX triplet: C8, F1 and 61. RGB value is (200,241,97). Sum of RGB (Red+Green+Blue) = 200+241+97=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F161 is #370E9E. Grayscale: #D4D4D4. Windows color (decimal): -3608223 or 6418888. OLE color: 6418888.

HSL color Cylindrical-coordinate representation of color #C8F161: hue angle of 77.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8F161 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB20024197-
CMYK0.1700.600.05
HSL77.08º83.72%66.27%-
HSV(B)77.08º59.75%94.51%-
XYZ57.4376.0522.96-
YUV212.3262.92119.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 241 (94.53% from 255) = 44.80%
BLUE value IS 97 (38.28% from 255) = 18.03%
R=37.17%
G=44.80%
B=18.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200241970.1700.600.0577.0883.7266.27
HexC8F1611103C54d5442
Octal310361141210745115124102
Binary11001000111100011100001100010111100101100110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F161; }

 p { color: rgb(200,241,97); }

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

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

 a { background-color: rgb(200,241,97); }

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

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

 span { border-color: rgb(200,241,97); }

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