#98EB6B

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

Shades of Feijoa #98EB6B

Tints of Feijoa #98EB6B

Color information

#98EB6B (or 0x98EB6B) is unknown color: approx Feijoa. HEX triplet: 98, EB and 6B. RGB value is (152,235,107). Sum of RGB (Red+Green+Blue) = 152+235+107=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #98EB6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EB6B is #671494. Grayscale: #C4C4C4. Windows color (decimal): -6755477 or 7072664. OLE color: 7072664.

HSL color Cylindrical-coordinate representation of color #98EB6B: hue angle of 98.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98EB6B is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB152235107-
CMYK0.3500.540.08
HSL98.91º76.19%67.06%-
HSV(B)98.91º54.47%92.16%-
XYZ45.3167.1524.48-
YUV195.597896.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 235 (92.19% from 255) = 47.57%
BLUE value IS 107 (42.19% from 255) = 21.66%
R=30.77%
G=47.57%
B=21.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522351070.3500.540.0898.9176.1967.06
Hex98EB6B230368634c43
Octal2303531534306610143114103
Binary1001100011101011110101110001101101101000110001110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,235,107); }

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

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

 a { background-color: rgb(152,235,107); }

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

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

 span { border-color: rgb(152,235,107); }

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