#c5e272

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

Shades of Sulu #C5E272

Tints of Sulu #C5E272

Color information

#C5E272 (or 0xC5E272) is unknown color: approx Sulu. HEX triplet: C5, E2 and 72. RGB value is (197,226,114). Sum of RGB (Red+Green+Blue) = 197+226+114=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E272 is #3A1D8D. Grayscale: #CCCCCC. Windows color (decimal): -3808654 or 7529157. OLE color: 7529157.

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

Color convert

RGB197226114-
CMYK0.1300.500.11
HSL75.54º65.88%66.67%-
HSV(B)75.54º49.56%88.63%-
XYZ53.2667.4826.14-
YUV204.5676.89122.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 226 (88.67% from 255) = 42.09%
BLUE value IS 114 (44.92% from 255) = 21.23%
R=36.69%
G=42.09%
B=21.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1972261140.1300.500.1175.5465.8866.67
HexC5E272D032B4c4243
Octal3053421621506213114102103
Binary11000101111000101110010110101100101011100110010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5e272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5e272; }

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

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

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

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

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

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

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

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