Html Css Color HEX #98F16B Feijoa

📋 copy color: '#98F16B'

red 152 ◦ green 241 ◦ blue 107

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

Shades of Feijoa #98F16B

Tints of Feijoa #98F16B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

 BLUE value IS 107 (42.19% from 255) = 21.4%

R = 30.4%
G = 48.2%
B = 21.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#98F16B (or 0x98F16B) is known color: Feijoa. HEX triplet: 98, F1 and 6B. RGB value is (152,241,107). Sum of RGB (Red+Green+Blue) = 152+241+107=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #98F16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F16B is #670E94. Grayscale: #C7C7C7. Windows color (decimal): -6753941 or 7074200. OLE color: 7074200.

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

Color convert

RGB 152 241 107 -
CMYK 0.37 0 0.56 0.05
HSL 99.85º 0.83% 0.68% -
HSV(B) 99.85º 0.56% 0.95% -
XYZ 47.06 70.65 25.07 -
YUV 199.11 76.01 94.4 -
System Red Green Blue C M Y K H S L
Decimal 152 241 107 0.37 0 0.56 0.05 99.85 0.83 0.68
Hex 98 F1 6B 25 0 38 5 64 53 44
Octal 230 361 153 45 0 70 5 144 123 104
Binary 10011000 11110001 1101011 100101 0 111000 101 1100100 1010011 1000100

Color Harmonies of #98F16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F16B

Black with #98F16B

Text Example


Text Example

White with #98F16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,241,107); }

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

background-color css

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

 a { background-color: rgb(152,241,107); }

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

border-color css

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

 span { border-color: rgb(152,241,107); }

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