#C5F17A

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

Shades of Sulu #C5F17A

Tints of Sulu #C5F17A

Color information

#C5F17A (or 0xC5F17A) is unknown color: approx Sulu. HEX triplet: C5, F1 and 7A. RGB value is (197,241,122). Sum of RGB (Red+Green+Blue) = 197+241+122=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F17A is #3A0E85. Grayscale: #D6D6D6. Windows color (decimal): -3804806 or 8057285. OLE color: 8057285.

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

Color convert

RGB197241122-
CMYK0.1800.490.05
HSL82.18º80.95%71.18%-
HSV(B)82.18º49.38%94.51%-
XYZ57.9976.1930.06-
YUV214.2875.92115.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 122 (48.05% from 255) = 21.79%
R=35.18%
G=43.04%
B=21.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972411220.1800.490.0582.1880.9571.18
HexC5F17A120315525147
Octal305361172220615122121107
Binary11000101111100011111010100100110001101101001010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F17A; }

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

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

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

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

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

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

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

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