#C5FA7F

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

Shades of Sulu #C5FA7F

Tints of Sulu #C5FA7F

Color information

#C5FA7F (or 0xC5FA7F) is unknown color: approx Sulu. HEX triplet: C5, FA and 7F. RGB value is (197,250,127). Sum of RGB (Red+Green+Blue) = 197+250+127=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA7F is #3A0580. Grayscale: #DCDCDC. Windows color (decimal): -3802497 or 8387269. OLE color: 8387269.

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

Color convert

RGB197250127-
CMYK0.2100.490.02
HSL85.85º92.48%73.92%-
HSV(B)85.85º49.2%98.04%-
XYZ61.0481.7732.65-
YUV220.1375.44111.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 127 (50% from 255) = 22.13%
R=34.32%
G=43.55%
B=22.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972501270.2100.490.0285.8592.4873.92
HexC5FA7F150312565c4a
Octal305372177250612126134112
Binary1100010111111010111111110101011000110101011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FA7F; }

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

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

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

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

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

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

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

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