#C5E770

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

Shades of Sulu #C5E770

Tints of Sulu #C5E770

Color information

#C5E770 (or 0xC5E770) is unknown color: approx Sulu. HEX triplet: C5, E7 and 70. RGB value is (197,231,112). Sum of RGB (Red+Green+Blue) = 197+231+112=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E770 is #3A188F. Grayscale: #CFCFCF. Windows color (decimal): -3807376 or 7399365. OLE color: 7399365.

HSL color Cylindrical-coordinate representation of color #C5E770: hue angle of 77.14º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5E770 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB197231112-
CMYK0.1500.520.09
HSL77.14º71.26%67.25%-
HSV(B)77.14º51.52%90.59%-
XYZ54.5370.1926-
YUV207.2774.24120.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.48%
GREEN value IS 231 (90.62% from 255) = 42.78%
BLUE value IS 112 (44.14% from 255) = 20.74%
R=36.48%
G=42.78%
B=20.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1972311120.1500.520.0977.1471.2667.25
HexC5E770F03494d4743
Octal3053471601706411115107103
Binary11000101111001111110000111101101001001100110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E770; }

 p { color: rgb(197,231,112); }

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

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

 a { background-color: rgb(197,231,112); }

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

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

 span { border-color: rgb(197,231,112); }

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