#c5f765

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

Shades of Sulu #C5F765

Tints of Sulu #C5F765

Color information

#C5F765 (or 0xC5F765) is unknown color: approx Sulu. HEX triplet: C5, F7 and 65. RGB value is (197,247,101). Sum of RGB (Red+Green+Blue) = 197+247+101=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F765 is #3A089A. Grayscale: #D7D7D7. Windows color (decimal): -3803291 or 6682565. OLE color: 6682565.

HSL color Cylindrical-coordinate representation of color #C5F765: hue angle of 80.55º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5F765 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB197247101-
CMYK0.2000.590.03
HSL80.55º90.12%68.24%-
HSV(B)80.55º59.11%96.86%-
XYZ58.6479.3324.53-
YUV215.4163.44114.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 247 (96.88% from 255) = 45.32%
BLUE value IS 101 (39.84% from 255) = 18.53%
R=36.15%
G=45.32%
B=18.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1972471010.2000.590.0380.5590.1268.24
HexC5F7651403B3515a44
Octal305367145240733121132104
Binary1100010111110111110010110100011101111101000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5f765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5f765; }

 p { color: rgb(197,247,101); }

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

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

 a { background-color: rgb(197,247,101); }

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

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

 span { border-color: rgb(197,247,101); }

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