Html Css Color HEX #98E465 Feijoa

📋 copy color: '#98E465'

red 152 ◦ green 228 ◦ blue 101

#98E465
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #98E465

Tints of Feijoa #98E465

RGB

 RED value IS 152 (59.77% from 255) = 31.6%

 GREEN value IS 228 (89.45% from 255) = 47.4%

 BLUE value IS 101 (39.84% from 255) = 21%

R = 31.6%
G = 47.4%
B = 21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#98E465 (or 0x98E465) is known color: Feijoa. HEX triplet: 98, E4 and 65. RGB value is (152,228,101). Sum of RGB (Red+Green+Blue) = 152+228+101=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #98E465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E465 is #671B9A. Grayscale: #BFBFBF. Windows color (decimal): -6757275 or 6677656. OLE color: 6677656.

HSL color Cylindrical-coordinate representation of color #98E465: hue angle of 95.91º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98E465 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 228 101 -
CMYK 0.33 0 0.56 0.11
HSL 95.91º 0.7% 0.65% -
HSV(B) 95.91º 0.56% 0.89% -
XYZ 43.04 63.1 22.22 -
YUV 190.8 77.32 100.33 -
System Red Green Blue C M Y K H S L
Decimal 152 228 101 0.33 0 0.56 0.11 95.91 0.7 0.65
Hex 98 E4 65 21 0 38 B 60 46 41
Octal 230 344 145 41 0 70 13 140 106 101
Binary 10011000 11100100 1100101 100001 0 111000 1011 1100000 1000110 1000001

Color Harmonies of #98E465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E465

Black with #98E465

Text Example


Text Example

White with #98E465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,228,101); }

 H1.HeaderClassName
 {
   color: #98E465;
 }
 .AnyTagClassName
 {
   color: #98E465;
 }
</style>

background-color css

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

 a { background-color: rgb(152,228,101); }

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

border-color css

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

 span { border-color: rgb(152,228,101); }

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