#C3FF5F

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

Shades of Sulu #C3FF5F

Tints of Sulu #C3FF5F

Color information

#C3FF5F (or 0xC3FF5F) is unknown color: approx Sulu. HEX triplet: C3, FF and 5F. RGB value is (195,255,95). Sum of RGB (Red+Green+Blue) = 195+255+95=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3FF5F is #3C00A0. Grayscale: #DBDBDB. Windows color (decimal): -3932321 or 6291395. OLE color: 6291395.

HSL color Cylindrical-coordinate representation of color #C3FF5F: hue angle of 82.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3FF5F is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB19525595-
CMYK0.2400.630
HSL82.5º100%68.63%-
HSV(B)82.5º62.75%100%-
XYZ60.3383.9523.85-
YUV218.8258.12111.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 95 (37.5% from 255) = 17.43%
R=35.78%
G=46.79%
B=17.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195255950.2400.63082.510068.63
HexC3FF5F1803F0526445
Octal303377137300770122144105
Binary110000111111111110111111100001111110101001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FF5F; }

 p { color: rgb(195,255,95); }

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

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

 a { background-color: rgb(195,255,95); }

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

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

 span { border-color: rgb(195,255,95); }

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