#C2EC71

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

Shades of Sulu #C2EC71

Tints of Sulu #C2EC71

Color information

#C2EC71 (or 0xC2EC71) is unknown color: approx Sulu. HEX triplet: C2, EC and 71. RGB value is (194,236,113). Sum of RGB (Red+Green+Blue) = 194+236+113=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC71 is #3D138E. Grayscale: #D1D1D1. Windows color (decimal): -4002703 or 7466178. OLE color: 7466178.

HSL color Cylindrical-coordinate representation of color #C2EC71: hue angle of 80.49º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C2EC71 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB194236113-
CMYK0.1800.520.07
HSL80.49º76.4%68.43%-
HSV(B)80.49º52.12%92.55%-
XYZ55.2272.6526.74-
YUV209.4273.59117-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 236 (92.58% from 255) = 43.46%
BLUE value IS 113 (44.53% from 255) = 20.81%
R=35.73%
G=43.46%
B=20.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942361130.1800.520.0780.4976.468.43
HexC2EC71120347504c44
Octal302354161220647120114104
Binary11000010111011001110001100100110100111101000010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EC71; }

 p { color: rgb(194,236,113); }

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

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

 a { background-color: rgb(194,236,113); }

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

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

 span { border-color: rgb(194,236,113); }

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