#91DC98

Color #91DC98 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #91DC98

Tints of Light Green #91DC98

Color information

#91DC98 (or 0x91DC98) is unknown color: approx Light Green. HEX triplet: 91, DC and 98. RGB value is (145,220,152). Sum of RGB (Red+Green+Blue) = 145+220+152=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #91DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91DC98 is #6E2367. Grayscale: #BEBEBE. Windows color (decimal): -7218024 or 10017937. OLE color: 10017937.

HSL color Cylindrical-coordinate representation of color #91DC98: hue angle of 125.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91DC98 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB145220152-
CMYK0.3400.310.14
HSL125.6º51.72%71.57%-
HSV(B)125.6º34.09%86.27%-
XYZ42.9459.4738.92-
YUV189.82106.6596.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.05%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=28.05%
G=42.55%
B=29.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1452201520.3400.310.14125.651.7271.57
Hex91DC982201FE7e3448
Octal221334230420371617664110
Binary100100011101110010011000100010011111111011111101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91DC98; }

 p { color: rgb(145,220,152); }

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

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

 a { background-color: rgb(145,220,152); }

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

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

 span { border-color: rgb(145,220,152); }

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