#C5F16D

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

Shades of Sulu #C5F16D

Tints of Sulu #C5F16D

Color information

#C5F16D (or 0xC5F16D) is unknown color: approx Sulu. HEX triplet: C5, F1 and 6D. RGB value is (197,241,109). Sum of RGB (Red+Green+Blue) = 197+241+109=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F16D is #3A0E92. Grayscale: #D5D5D5. Windows color (decimal): -3804819 or 7205317. OLE color: 7205317.

HSL color Cylindrical-coordinate representation of color #C5F16D: hue angle of 80º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5F16D is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB197241109-
CMYK0.1800.550.05
HSL80º82.5%68.63%-
HSV(B)80º54.77%94.51%-
XYZ57.2475.8926.1-
YUV212.869.42116.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 109 (42.97% from 255) = 19.93%
R=36.01%
G=44.06%
B=19.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972411090.1800.550.058082.568.63
HexC5F16D120375505245
Octal305361155220675120122105
Binary11000101111100011101101100100110111101101000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F16D; }

 p { color: rgb(197,241,109); }

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

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

 a { background-color: rgb(197,241,109); }

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

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

 span { border-color: rgb(197,241,109); }

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