#C2E58B

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

Shades of Sulu #C2E58B

Tints of Sulu #C2E58B

Color information

#C2E58B (or 0xC2E58B) is unknown color: approx Sulu. HEX triplet: C2, E5 and 8B. RGB value is (194,229,139). Sum of RGB (Red+Green+Blue) = 194+229+139=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E58B is #3D1A74. Grayscale: #D0D0D0. Windows color (decimal): -4004469 or 9168322. OLE color: 9168322.

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

Color convert

RGB194229139-
CMYK0.1500.390.10
HSL83.33º63.38%72.16%-
HSV(B)83.33º39.3%89.8%-
XYZ54.9369.3734.92-
YUV208.2888.9117.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 229 (89.84% from 255) = 40.75%
BLUE value IS 139 (54.69% from 255) = 24.73%
R=34.52%
G=40.75%
B=24.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1942291390.1500.390.1083.3363.3872.16
HexC2E58BF027A533f48
Octal302345213170471212377110
Binary11000010111001011000101111110100111101010100111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E58B; }

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

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

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

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

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

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

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

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