#98F252

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

Shades of Conifer #98F252

Tints of Conifer #98F252

Color information

#98F252 (or 0x98F252) is unknown color: approx Conifer. HEX triplet: 98, F2 and 52. RGB value is (152,242,82). Sum of RGB (Red+Green+Blue) = 152+242+82=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #98F252 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F252 is #670DAD. Grayscale: #C5C5C5. Windows color (decimal): -6753710 or 5436056. OLE color: 5436056.

HSL color Cylindrical-coordinate representation of color #98F252: hue angle of 93.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98F252 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB15224282-
CMYK0.3700.660.05
HSL93.75º86.02%63.53%-
HSV(B)93.75º66.12%94.9%-
XYZ46.2270.7919.21-
YUV196.8563.1896.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.93%
GREEN value IS 242 (94.92% from 255) = 50.84%
BLUE value IS 82 (32.42% from 255) = 17.23%
R=31.93%
G=50.84%
B=17.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152242820.3700.660.0593.7586.0263.53
Hex98F2522504255e5640
Octal2303621224501025136126100
Binary1001100011110010101001010010101000010101101111010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,242,82); }

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

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

 a { background-color: rgb(152,242,82); }

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

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

 span { border-color: rgb(152,242,82); }

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