#C2E378

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

Shades of Sulu #C2E378

Tints of Sulu #C2E378

Color information

#C2E378 (or 0xC2E378) is unknown color: approx Sulu. HEX triplet: C2, E3 and 78. RGB value is (194,227,120). Sum of RGB (Red+Green+Blue) = 194+227+120=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 120 (47.27% from 255 or 22.18% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E378 is #3D1C87. Grayscale: #CDCDCD. Windows color (decimal): -4005000 or 7922626. OLE color: 7922626.

HSL color Cylindrical-coordinate representation of color #C2E378: hue angle of 78.5º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2E378 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB194227120-
CMYK0.1500.470.11
HSL78.5º65.64%68.04%-
HSV(B)78.5º47.14%89.02%-
XYZ53.1167.7628.05-
YUV204.9480.07120.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 227 (89.06% from 255) = 41.96%
BLUE value IS 120 (47.27% from 255) = 22.18%
R=35.86%
G=41.96%
B=22.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1942271200.1500.470.1178.565.6468.04
HexC2E378F02FB4f4244
Octal3023431701705713117102104
Binary11000010111000111111000111101011111011100111110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E378; }

 p { color: rgb(194,227,120); }

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

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

 a { background-color: rgb(194,227,120); }

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

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

 span { border-color: rgb(194,227,120); }

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