#C3F965

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

Shades of Sulu #C3F965

Tints of Sulu #C3F965

Color information

#C3F965 (or 0xC3F965) is unknown color: approx Sulu. HEX triplet: C3, F9 and 65. RGB value is (195,249,101). Sum of RGB (Red+Green+Blue) = 195+249+101=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #C3F965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3F965 is #3C069A. Grayscale: #D8D8D8. Windows color (decimal): -3933851 or 6683075. OLE color: 6683075.

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

Color convert

RGB195249101-
CMYK0.2200.590.02
HSL81.89º92.5%68.63%-
HSV(B)81.89º59.44%97.65%-
XYZ58.7380.2924.71-
YUV215.9863.11113.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 101 (39.84% from 255) = 18.53%
R=35.78%
G=45.69%
B=18.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952491010.2200.590.0281.8992.568.63
HexC3F9651603B2525c45
Octal303371145260732122134105
Binary1100001111111001110010110110011101110101001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F965; }

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

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

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

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

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

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

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

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