#C6F185

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

Shades of Sulu #C6F185

Tints of Sulu #C6F185

Color information

#C6F185 (or 0xC6F185) is unknown color: approx Sulu. HEX triplet: C6, F1 and 85. RGB value is (198,241,133). Sum of RGB (Red+Green+Blue) = 198+241+133=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6F185 is #390E7A. Grayscale: #D8D8D8. Windows color (decimal): -3739259 or 8778182. OLE color: 8778182.

HSL color Cylindrical-coordinate representation of color #C6F185: hue angle of 83.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6F185 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB198241133-
CMYK0.1800.450.05
HSL83.89º79.41%73.33%-
HSV(B)83.89º44.81%94.51%-
XYZ58.9876.6133.87-
YUV215.8381.25115.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 241 (94.53% from 255) = 42.13%
BLUE value IS 133 (52.34% from 255) = 23.25%
R=34.62%
G=42.13%
B=23.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1982411330.1800.450.0583.8979.4173.33
HexC6F1851202D5544f49
Octal306361205220555124117111
Binary110001101111000110000101100100101101101101010010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F185; }

 p { color: rgb(198,241,133); }

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

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

 a { background-color: rgb(198,241,133); }

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

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

 span { border-color: rgb(198,241,133); }

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