#C2E27F

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

Shades of Sulu #C2E27F

Tints of Sulu #C2E27F

Color information

#C2E27F (or 0xC2E27F) is unknown color: approx Sulu. HEX triplet: C2, E2 and 7F. RGB value is (194,226,127). Sum of RGB (Red+Green+Blue) = 194+226+127=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E27F is #3D1D80. Grayscale: #CDCDCD. Windows color (decimal): -4005249 or 8381122. OLE color: 8381122.

HSL color Cylindrical-coordinate representation of color #C2E27F: hue angle of 79.39º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E27F is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB194226127-
CMYK0.1400.440.11
HSL79.39º63.06%69.22%-
HSV(B)79.39º43.81%88.63%-
XYZ53.2867.3930.28-
YUV205.1583.9120.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 127 (50% from 255) = 23.22%
R=35.47%
G=41.32%
B=23.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1942261270.1400.440.1179.3963.0669.22
HexC2E27FE02CB4f3f45
Octal302342177160541311777105
Binary1100001011100010111111111100101100101110011111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E27F; }

 p { color: rgb(194,226,127); }

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

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

 a { background-color: rgb(194,226,127); }

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

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

 span { border-color: rgb(194,226,127); }

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