#C2E68A

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

Shades of Sulu #C2E68A

Tints of Sulu #C2E68A

Color information

#C2E68A (or 0xC2E68A) is unknown color: approx Sulu. HEX triplet: C2, E6 and 8A. RGB value is (194,230,138). Sum of RGB (Red+Green+Blue) = 194+230+138=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E68A is #3D1975. Grayscale: #D1D1D1. Windows color (decimal): -4004214 or 9103042. OLE color: 9103042.

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

Color convert

RGB194230138-
CMYK0.1600.40.10
HSL83.48º64.79%72.16%-
HSV(B)83.48º40%90.2%-
XYZ55.1369.934.63-
YUV208.7588.07117.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.52%
GREEN value IS 230 (90.23% from 255) = 40.93%
BLUE value IS 138 (54.30% from 255) = 24.56%
R=34.52%
G=40.93%
B=24.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1942301380.1600.40.1083.4864.7972.16
HexC2E68A10028A534148
Octal3023462122005012123101110
Binary1100001011100110100010101000001010001010101001110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E68A; }

 p { color: rgb(194,230,138); }

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

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

 a { background-color: rgb(194,230,138); }

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

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

 span { border-color: rgb(194,230,138); }

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