Html Css Color HEX #98ED74 Feijoa

📋 copy color: '#98ED74'

red 152 ◦ green 237 ◦ blue 116

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

Shades of Feijoa #98ED74

Tints of Feijoa #98ED74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.97%

R = 30.1%
G = 46.93%
B = 22.97%

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

#98ED74 (or 0x98ED74) is known color: Feijoa. HEX triplet: 98, ED and 74. RGB value is (152,237,116). Sum of RGB (Red+Green+Blue) = 152+237+116=505 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.10% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98ED74 is #67128B. Grayscale: #C6C6C6. Windows color (decimal): -6754956 or 7663000. OLE color: 7663000.

HSL color Cylindrical-coordinate representation of color #98ED74: hue angle of 102.15º 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 #98ED74 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 237 116 -
CMYK 0.36 0 0.51 0.07
HSL 102.15º 0.77% 0.69% -
HSV(B) 102.15º 0.51% 0.93% -
XYZ 46.39 68.5 27.3 -
YUV 197.79 81.84 95.34 -
System Red Green Blue C M Y K H S L
Decimal 152 237 116 0.36 0 0.51 0.07 102.15 0.77 0.69
Hex 98 ED 74 24 0 33 7 66 4D 45
Octal 230 355 164 44 0 63 7 146 115 105
Binary 10011000 11101101 1110100 100100 0 110011 111 1100110 1001101 1000101

Color Harmonies of #98ED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ED74

Black with #98ED74

Text Example


Text Example

White with #98ED74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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