#C2EC65

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

Shades of Sulu #C2EC65

Tints of Sulu #C2EC65

Color information

#C2EC65 (or 0xC2EC65) is unknown color: approx Sulu. HEX triplet: C2, EC and 65. RGB value is (194,236,101). Sum of RGB (Red+Green+Blue) = 194+236+101=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EC65 is #3D139A. Grayscale: #D0D0D0. Windows color (decimal): -4002715 or 6679746. OLE color: 6679746.

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

Color convert

RGB194236101-
CMYK0.1800.570.07
HSL78.67º78.03%66.08%-
HSV(B)78.67º57.2%92.55%-
XYZ54.5972.423.41-
YUV208.0567.59117.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 236 (92.58% from 255) = 44.44%
BLUE value IS 101 (39.84% from 255) = 19.02%
R=36.53%
G=44.44%
B=19.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942361010.1800.570.0778.6778.0366.08
HexC2EC651203974f4e42
Octal302354145220717117116102
Binary11000010111011001100101100100111001111100111110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EC65; }

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

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

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

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

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

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

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

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