#98CF61

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

Shades of Olivine #98CF61

Tints of Olivine #98CF61

Color information

#98CF61 (or 0x98CF61) is unknown color: approx Olivine. HEX triplet: 98, CF and 61. RGB value is (152,207,97). Sum of RGB (Red+Green+Blue) = 152+207+97=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CF61 is #67309E. Grayscale: #B2B2B2. Windows color (decimal): -6762655 or 6410136. OLE color: 6410136.

HSL color Cylindrical-coordinate representation of color #98CF61: hue angle of 90º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98CF61 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB15220797-
CMYK0.2700.530.19
HSL90º53.4%59.61%-
HSV(B)90º53.14%81.18%-
XYZ37.4252.1619.41-
YUV178.0282.28109.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 97 (38.28% from 255) = 21.27%
R=33.33%
G=45.39%
B=21.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152207970.2700.530.199053.459.61
Hex98CF611B035135a353c
Octal23031714133065231326574
Binary10011000110011111100001110110110101100111011010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CF61; }

 p { color: rgb(152,207,97); }

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

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

 a { background-color: rgb(152,207,97); }

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

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

 span { border-color: rgb(152,207,97); }

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