#97FB98

Color #97FB98 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #97FB98

Tints of Pale Green #97FB98

Color information

#97FB98 (or 0x97FB98) is unknown color: approx Pale Green. HEX triplet: 97, FB and 98. RGB value is (151,251,152). Sum of RGB (Red+Green+Blue) = 151+251+152=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #97FB98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97FB98 is #680467. Grayscale: #D2D2D2. Windows color (decimal): -6816872 or 10025879. OLE color: 10025879.

HSL color Cylindrical-coordinate representation of color #97FB98: hue angle of 120.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FB98 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB151251152-
CMYK0.4000.390.02
HSL120.6º92.59%78.82%-
HSV(B)120.6º39.84%98.43%-
XYZ52.9377.8441.94-
YUV209.8195.3786.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.26%
GREEN value IS 251 (98.44% from 255) = 45.31%
BLUE value IS 152 (59.77% from 255) = 27.44%
R=27.26%
G=45.31%
B=27.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512511520.4000.390.02120.692.5978.82
Hex97FB98280272795d4f
Octal227373230500472171135117
Binary100101111111101110011000101000010011110111100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97FB98; }

 p { color: rgb(151,251,152); }

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

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

 a { background-color: rgb(151,251,152); }

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

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

 span { border-color: rgb(151,251,152); }

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