#C5E275

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

Shades of Sulu #C5E275

Tints of Sulu #C5E275

Color information

#C5E275 (or 0xC5E275) is unknown color: approx Sulu. HEX triplet: C5, E2 and 75. RGB value is (197,226,117). Sum of RGB (Red+Green+Blue) = 197+226+117=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E275 is #3A1D8A. Grayscale: #CDCDCD. Windows color (decimal): -3808651 or 7725765. OLE color: 7725765.

HSL color Cylindrical-coordinate representation of color #C5E275: hue angle of 75.96º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5E275 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB197226117-
CMYK0.1300.480.11
HSL75.96º65.27%67.25%-
HSV(B)75.96º48.23%88.63%-
XYZ53.4367.5527.05-
YUV204.978.39122.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.48%
GREEN value IS 226 (88.67% from 255) = 41.85%
BLUE value IS 117 (46.09% from 255) = 21.67%
R=36.48%
G=41.85%
B=21.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1972261170.1300.480.1175.9665.2767.25
HexC5E275D030B4c4143
Octal3053421651506013114101103
Binary11000101111000101110101110101100001011100110010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E275; }

 p { color: rgb(197,226,117); }

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

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

 a { background-color: rgb(197,226,117); }

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

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

 span { border-color: rgb(197,226,117); }

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