#C2FF8D

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

Shades of Sulu #C2FF8D

Tints of Sulu #C2FF8D

Color information

#C2FF8D (or 0xC2FF8D) is unknown color: approx Sulu. HEX triplet: C2, FF and 8D. RGB value is (194,255,141). Sum of RGB (Red+Green+Blue) = 194+255+141=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FF8D is #3D0072. Grayscale: #E0E0E0. Windows color (decimal): -3997811 or 9306050. OLE color: 9306050.

HSL color Cylindrical-coordinate representation of color #C2FF8D: hue angle of 92.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2FF8D is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB194255141-
CMYK0.2400.450
HSL92.11º100%77.65%-
HSV(B)92.11º44.71%100%-
XYZ62.8284.9138.28-
YUV223.7681.29106.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 255 (100% from 255) = 43.22%
BLUE value IS 141 (55.47% from 255) = 23.90%
R=32.88%
G=43.22%
B=23.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942551410.2400.45092.1110077.65
HexC2FF8D1802D05c644e
Octal302377215300550134144116
Binary1100001011111111100011011100001011010101110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF8D; }

 p { color: rgb(194,255,141); }

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

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

 a { background-color: rgb(194,255,141); }

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

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

 span { border-color: rgb(194,255,141); }

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