#C2F186

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

Shades of Sulu #C2F186

Tints of Sulu #C2F186

Color information

#C2F186 (or 0xC2F186) is unknown color: approx Sulu. HEX triplet: C2, F1 and 86. RGB value is (194,241,134). Sum of RGB (Red+Green+Blue) = 194+241+134=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F186 is #3D0E79. Grayscale: #D7D7D7. Windows color (decimal): -4001402 or 8843714. OLE color: 8843714.

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

Color convert

RGB194241134-
CMYK0.2000.440.05
HSL86.36º79.26%73.53%-
HSV(B)86.36º44.4%94.51%-
XYZ58.0176.134.19-
YUV214.7582.43113.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 134 (52.73% from 255) = 23.55%
R=34.09%
G=42.36%
B=23.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942411340.2000.440.0586.3679.2673.53
HexC2F1861402C5564f4a
Octal302361206240545126117112
Binary110000101111000110000110101000101100101101011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F186; }

 p { color: rgb(194,241,134); }

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

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

 a { background-color: rgb(194,241,134); }

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

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

 span { border-color: rgb(194,241,134); }

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