#C5F16F

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

Shades of Sulu #C5F16F

Tints of Sulu #C5F16F

Color information

#C5F16F (or 0xC5F16F) is unknown color: approx Sulu. HEX triplet: C5, F1 and 6F. RGB value is (197,241,111). Sum of RGB (Red+Green+Blue) = 197+241+111=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F16F is #3A0E90. Grayscale: #D5D5D5. Windows color (decimal): -3804817 or 7336389. OLE color: 7336389.

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

Color convert

RGB197241111-
CMYK0.1800.540.05
HSL80.31º82.28%69.02%-
HSV(B)80.31º53.94%94.51%-
XYZ57.3575.9326.67-
YUV213.0270.42116.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.88%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 111 (43.75% from 255) = 20.22%
R=35.88%
G=43.90%
B=20.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972411110.1800.540.0580.3182.2869.02
HexC5F16F120365505245
Octal305361157220665120122105
Binary11000101111100011101111100100110110101101000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F16F; }

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

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

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

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

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

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

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

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