#C3F96B

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

Shades of Sulu #C3F96B

Tints of Sulu #C3F96B

Color information

#C3F96B (or 0xC3F96B) is unknown color: approx Sulu. HEX triplet: C3, F9 and 6B. RGB value is (195,249,107). Sum of RGB (Red+Green+Blue) = 195+249+107=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F96B is #3C0694. Grayscale: #D9D9D9. Windows color (decimal): -3933845 or 7076291. OLE color: 7076291.

HSL color Cylindrical-coordinate representation of color #C3F96B: hue angle of 82.82º 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 #C3F96B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB195249107-
CMYK0.2200.570.02
HSL82.82º92.21%69.8%-
HSV(B)82.82º57.03%97.65%-
XYZ59.0480.4226.32-
YUV216.6766.11112.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 249 (97.66% from 255) = 45.19%
BLUE value IS 107 (42.19% from 255) = 19.42%
R=35.39%
G=45.19%
B=19.42%

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
Decimal1952491070.2200.570.0282.8292.2169.8
HexC3F96B160392535c46
Octal303371153260712123134106
Binary1100001111111001110101110110011100110101001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F96B; }

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

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

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

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

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

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

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

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