#C5FD7C

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

Shades of Sulu #C5FD7C

Tints of Sulu #C5FD7C

Color information

#C5FD7C (or 0xC5FD7C) is unknown color: approx Sulu. HEX triplet: C5, FD and 7C. RGB value is (197,253,124). Sum of RGB (Red+Green+Blue) = 197+253+124=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 124 (48.83% from 255 or 21.60% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD7C is #3A0283. Grayscale: #DEDEDE. Windows color (decimal): -3801732 or 8191429. OLE color: 8191429.

HSL color Cylindrical-coordinate representation of color #C5FD7C: hue angle of 86.05º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5FD7C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB197253124-
CMYK0.2200.510.01
HSL86.05º96.99%73.92%-
HSV(B)86.05º50.99%99.22%-
XYZ61.7983.5831.94-
YUV221.5572.95110.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 253 (99.22% from 255) = 44.08%
BLUE value IS 124 (48.83% from 255) = 21.60%
R=34.32%
G=44.08%
B=21.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972531240.2200.510.0186.0596.9973.92
HexC5FD7C16033156614a
Octal305375174260631126141112
Binary110001011111110111111001011001100111101011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FD7C; }

 p { color: rgb(197,253,124); }

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

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

 a { background-color: rgb(197,253,124); }

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

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

 span { border-color: rgb(197,253,124); }

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