#98ED5B

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

Shades of Conifer #98ED5B

Tints of Conifer #98ED5B

Color information

#98ED5B (or 0x98ED5B) is unknown color: approx Conifer. HEX triplet: 98, ED and 5B. RGB value is (152,237,91). Sum of RGB (Red+Green+Blue) = 152+237+91=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98ED5B is #6712A4. Grayscale: #C3C3C3. Windows color (decimal): -6754981 or 6024600. OLE color: 6024600.

HSL color Cylindrical-coordinate representation of color #98ED5B: hue angle of 94.93º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98ED5B is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB15223791-
CMYK0.3600.620.07
HSL94.93º80.22%64.31%-
HSV(B)94.93º61.6%92.94%-
XYZ45.126820.64-
YUV194.9469.3497.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.67%
GREEN value IS 237 (92.97% from 255) = 49.38%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=31.67%
G=49.38%
B=18.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152237910.3600.620.0794.9380.2264.31
Hex98ED5B2403E75f5040
Octal230355133440767137120100
Binary100110001110110110110111001000111110111101111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ED5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,237,91); }

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

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

 a { background-color: rgb(152,237,91); }

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

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

 span { border-color: rgb(152,237,91); }

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