#C2E575

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

Shades of Sulu #C2E575

Tints of Sulu #C2E575

Color information

#C2E575 (or 0xC2E575) is unknown color: approx Sulu. HEX triplet: C2, E5 and 75. RGB value is (194,229,117). Sum of RGB (Red+Green+Blue) = 194+229+117=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E575 is #3D1A8A. Grayscale: #CECECE. Windows color (decimal): -4004491 or 7726530. OLE color: 7726530.

HSL color Cylindrical-coordinate representation of color #C2E575: hue angle of 78.75º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2E575 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB194229117-
CMYK0.1500.490.10
HSL78.75º68.29%67.84%-
HSV(B)78.75º48.91%89.8%-
XYZ53.4868.7927.29-
YUV205.7777.9119.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 229 (89.84% from 255) = 42.41%
BLUE value IS 117 (46.09% from 255) = 21.67%
R=35.93%
G=42.41%
B=21.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1942291170.1500.490.1078.7568.2967.84
HexC2E575F031A4f4444
Octal3023451651706112117104104
Binary11000010111001011110101111101100011010100111110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E575; }

 p { color: rgb(194,229,117); }

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

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

 a { background-color: rgb(194,229,117); }

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

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

 span { border-color: rgb(194,229,117); }

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