#C5F17D

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

Shades of Sulu #C5F17D

Tints of Sulu #C5F17D

Color information

#C5F17D (or 0xC5F17D) is unknown color: approx Sulu. HEX triplet: C5, F1 and 7D. RGB value is (197,241,125). Sum of RGB (Red+Green+Blue) = 197+241+125=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F17D is #3A0E82. Grayscale: #D7D7D7. Windows color (decimal): -3804803 or 8253893. OLE color: 8253893.

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

Color convert

RGB197241125-
CMYK0.1800.480.05
HSL82.76º80.56%71.76%-
HSV(B)82.76º48.13%94.51%-
XYZ58.1876.2631.06-
YUV214.6277.42115.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 125 (49.22% from 255) = 22.20%
R=34.99%
G=42.81%
B=22.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972411250.1800.480.0582.7680.5671.76
HexC5F17D120305535148
Octal305361175220605123121110
Binary11000101111100011111101100100110000101101001110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F17D; }

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

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

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

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

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

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

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

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