Html Css Color HEX #98FA64 Feijoa

📋 copy color: '#98FA64'

red 152 ◦ green 250 ◦ blue 100

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

Shades of Feijoa #98FA64

Tints of Feijoa #98FA64

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.8%

 BLUE value IS 100 (39.45% from 255) = 19.92%

R = 30.28%
G = 49.8%
B = 19.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#98FA64 (or 0x98FA64) is known color: Feijoa. HEX triplet: 98, FA and 64. RGB value is (152,250,100). Sum of RGB (Red+Green+Blue) = 152+250+100=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FA64 is #67059B. Grayscale: #CCCCCC. Windows color (decimal): -6751644 or 6617752. OLE color: 6617752.

HSL color Cylindrical-coordinate representation of color #98FA64: hue angle of 99.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98FA64 is Cyan = 0.39, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 250 100 -
CMYK 0.39 0 0.6 0.02
HSL 99.2º 0.94% 0.69% -
HSV(B) 99.2º 0.6% 0.98% -
XYZ 49.43 75.97 24.11 -
YUV 203.6 69.53 91.2 -
System Red Green Blue C M Y K H S L
Decimal 152 250 100 0.39 0 0.6 0.02 99.2 0.94 0.69
Hex 98 FA 64 27 0 3C 2 63 5E 45
Octal 230 372 144 47 0 74 2 143 136 105
Binary 10011000 11111010 1100100 100111 0 111100 10 1100011 1011110 1000101

Color Harmonies of #98FA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FA64

Black with #98FA64

Text Example


Text Example

White with #98FA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,250,100); }

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

background-color css

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

 a { background-color: rgb(152,250,100); }

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

border-color css

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

 span { border-color: rgb(152,250,100); }

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