#C5FA7D

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

Shades of Sulu #C5FA7D

Tints of Sulu #C5FA7D

Color information

#C5FA7D (or 0xC5FA7D) is unknown color: approx Sulu. HEX triplet: C5, FA and 7D. RGB value is (197,250,125). Sum of RGB (Red+Green+Blue) = 197+250+125=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA7D is #3A0582. Grayscale: #DCDCDC. Windows color (decimal): -3802499 or 8256197. OLE color: 8256197.

HSL color Cylindrical-coordinate representation of color #C5FA7D: hue angle of 85.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5FA7D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB197250125-
CMYK0.2100.500.02
HSL85.44º92.59%73.53%-
HSV(B)85.44º50%98.04%-
XYZ60.9181.7231.97-
YUV219.974.44111.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 125 (49.22% from 255) = 21.85%
R=34.44%
G=43.71%
B=21.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501250.2100.500.0285.4492.5973.53
HexC5FA7D150322555d4a
Octal305372175250622125135112
Binary1100010111111010111110110101011001010101010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FA7D; }

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

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

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

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

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

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

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

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