Html Css Color HEX #98F768 Feijoa

📋 copy color: '#98F768'

red 152 ◦ green 247 ◦ blue 104

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

Shades of Feijoa #98F768

Tints of Feijoa #98F768

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.11%

 BLUE value IS 104 (41.02% from 255) = 20.68%

R = 30.22%
G = 49.11%
B = 20.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#98F768 (or 0x98F768) is known color: Feijoa. HEX triplet: 98, F7 and 68. RGB value is (152,247,104). Sum of RGB (Red+Green+Blue) = 152+247+104=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 104 (41.02% from 255 or 20.68% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #98F768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F768 is #670897. Grayscale: #CACACA. Windows color (decimal): -6752408 or 6879128. OLE color: 6879128.

HSL color Cylindrical-coordinate representation of color #98F768: hue angle of 99.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98F768 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 152 247 104 -
CMYK 0.38 0 0.58 0.03
HSL 99.86º 0.9% 0.69% -
HSV(B) 99.86º 0.58% 0.97% -
XYZ 48.71 74.2 24.85 -
YUV 202.29 72.53 92.13 -
System Red Green Blue C M Y K H S L
Decimal 152 247 104 0.38 0 0.58 0.03 99.86 0.9 0.69
Hex 98 F7 68 26 0 3A 3 64 5A 45
Octal 230 367 150 46 0 72 3 144 132 105
Binary 10011000 11110111 1101000 100110 0 111010 11 1100100 1011010 1000101

Color Harmonies of #98F768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F768

Black with #98F768

Text Example


Text Example

White with #98F768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,247,104); }

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

background-color css

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

 a { background-color: rgb(152,247,104); }

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

border-color css

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

 span { border-color: rgb(152,247,104); }

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