Html Css Color HEX #98ED73 Feijoa

📋 copy color: '#98ED73'

red 152 ◦ green 237 ◦ blue 115

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

Shades of Feijoa #98ED73

Tints of Feijoa #98ED73

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 30.16%
G = 47.02%
B = 22.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#98ED73 (or 0x98ED73) is known color: Feijoa. HEX triplet: 98, ED and 73. RGB value is (152,237,115). Sum of RGB (Red+Green+Blue) = 152+237+115=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98ED73 is #67128C. Grayscale: #C6C6C6. Windows color (decimal): -6754957 or 7597464. OLE color: 7597464.

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

Color convert

RGB 152 237 115 -
CMYK 0.36 0 0.51 0.07
HSL 101.8º 0.77% 0.69% -
HSV(B) 101.8º 0.51% 0.93% -
XYZ 46.33 68.48 27 -
YUV 197.68 81.34 95.42 -
System Red Green Blue C M Y K H S L
Decimal 152 237 115 0.36 0 0.51 0.07 101.8 0.77 0.69
Hex 98 ED 73 24 0 33 7 66 4D 45
Octal 230 355 163 44 0 63 7 146 115 105
Binary 10011000 11101101 1110011 100100 0 110011 111 1100110 1001101 1000101

Color Harmonies of #98ED73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ED73

Black with #98ED73

Text Example


Text Example

White with #98ED73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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