Html Css Color HEX #98F276 Feijoa

📋 copy color: '#98F276'

red 152 ◦ green 242 ◦ blue 118

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

Shades of Feijoa #98F276

Tints of Feijoa #98F276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 29.69%
G = 47.27%
B = 23.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#98F276 (or 0x98F276) is known color: Feijoa. HEX triplet: 98, F2 and 76. RGB value is (152,242,118). Sum of RGB (Red+Green+Blue) = 152+242+118=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #98F276 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F276 is #670D89. Grayscale: #C9C9C9. Windows color (decimal): -6753674 or 7795352. OLE color: 7795352.

HSL color Cylindrical-coordinate representation of color #98F276: hue angle of 103.55º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98F276 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 242 118 -
CMYK 0.37 0 0.51 0.05
HSL 103.55º 0.83% 0.71% -
HSV(B) 103.55º 0.51% 0.95% -
XYZ 47.97 71.49 28.41 -
YUV 200.95 81.18 93.08 -
System Red Green Blue C M Y K H S L
Decimal 152 242 118 0.37 0 0.51 0.05 103.55 0.83 0.71
Hex 98 F2 76 25 0 33 5 68 53 47
Octal 230 362 166 45 0 63 5 150 123 107
Binary 10011000 11110010 1110110 100101 0 110011 101 1101000 1010011 1000111

Color Harmonies of #98F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F276

Black with #98F276

Text Example


Text Example

White with #98F276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,242,118); }

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

background-color css

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

 a { background-color: rgb(152,242,118); }

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

border-color css

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

 span { border-color: rgb(152,242,118); }

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