#C5FA6E

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

Shades of Sulu #C5FA6E

Tints of Sulu #C5FA6E

Color information

#C5FA6E (or 0xC5FA6E) is unknown color: approx Sulu. HEX triplet: C5, FA and 6E. RGB value is (197,250,110). Sum of RGB (Red+Green+Blue) = 197+250+110=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA6E is #3A0591. Grayscale: #DADADA. Windows color (decimal): -3802514 or 7273157. OLE color: 7273157.

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

Color convert

RGB197250110-
CMYK0.2100.560.02
HSL82.71º93.33%70.59%-
HSV(B)82.71º56%98.04%-
XYZ60.0381.3727.29-
YUV218.1966.94112.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 250 (98.05% from 255) = 44.88%
BLUE value IS 110 (43.36% from 255) = 19.75%
R=35.37%
G=44.88%
B=19.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501100.2100.560.0282.7193.3370.59
HexC5FA6E150382535d47
Octal305372156250702123135107
Binary1100010111111010110111010101011100010101001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FA6E; }

 p { color: rgb(197,250,110); }

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

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

 a { background-color: rgb(197,250,110); }

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

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

 span { border-color: rgb(197,250,110); }

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