#C2EA85

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

Shades of Sulu #C2EA85

Tints of Sulu #C2EA85

Color information

#C2EA85 (or 0xC2EA85) is unknown color: approx Sulu. HEX triplet: C2, EA and 85. RGB value is (194,234,133). Sum of RGB (Red+Green+Blue) = 194+234+133=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EA85 is #3D157A. Grayscale: #D2D2D2. Windows color (decimal): -4003195 or 8776386. OLE color: 8776386.

HSL color Cylindrical-coordinate representation of color #C2EA85: hue angle of 83.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2EA85 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB194234133-
CMYK0.1700.430.08
HSL83.76º70.63%71.96%-
HSV(B)83.76º43.16%91.76%-
XYZ55.972.0133.14-
YUV210.5384.25116.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=34.58%
G=41.71%
B=23.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942341330.1700.430.0883.7670.6371.96
HexC2EA851102B8544748
Octal3023522052105310124107110
Binary1100001011101010100001011000101010111000101010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EA85; }

 p { color: rgb(194,234,133); }

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

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

 a { background-color: rgb(194,234,133); }

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

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

 span { border-color: rgb(194,234,133); }

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