#C2F96B

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

Shades of Sulu #C2F96B

Tints of Sulu #C2F96B

Color information

#C2F96B (or 0xC2F96B) is unknown color: approx Sulu. HEX triplet: C2, F9 and 6B. RGB value is (194,249,107). Sum of RGB (Red+Green+Blue) = 194+249+107=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F96B is #3D0694. Grayscale: #D8D8D8. Windows color (decimal): -3999381 or 7076290. OLE color: 7076290.

HSL color Cylindrical-coordinate representation of color #C2F96B: hue angle of 83.24º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2F96B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB194249107-
CMYK0.2200.570.02
HSL83.24º92.21%69.8%-
HSV(B)83.24º57.03%97.65%-
XYZ58.7880.2826.31-
YUV216.3766.28112.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.27%
GREEN value IS 249 (97.66% from 255) = 45.27%
BLUE value IS 107 (42.19% from 255) = 19.45%
R=35.27%
G=45.27%
B=19.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942491070.2200.570.0283.2492.2169.8
HexC2F96B160392535c46
Octal302371153260712123134106
Binary1100001011111001110101110110011100110101001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F96B; }

 p { color: rgb(194,249,107); }

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

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

 a { background-color: rgb(194,249,107); }

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

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

 span { border-color: rgb(194,249,107); }

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