Html Css Color HEX #98F266 Feijoa

📋 copy color: '#98F266'

red 152 ◦ green 242 ◦ blue 102

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

Shades of Feijoa #98F266

Tints of Feijoa #98F266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.56%

R = 30.65%
G = 48.79%
B = 20.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#98F266 (or 0x98F266) is known color: Feijoa. HEX triplet: 98, F2 and 66. RGB value is (152,242,102). Sum of RGB (Red+Green+Blue) = 152+242+102=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #98F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F266 is #670D99. Grayscale: #C7C7C7. Windows color (decimal): -6753690 or 6746776. OLE color: 6746776.

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

Color convert

RGB 152 242 102 -
CMYK 0.37 0 0.58 0.05
HSL 98.57º 0.84% 0.67% -
HSV(B) 98.57º 0.58% 0.95% -
XYZ 47.1 71.14 23.82 -
YUV 199.13 73.18 94.38 -
System Red Green Blue C M Y K H S L
Decimal 152 242 102 0.37 0 0.58 0.05 98.57 0.84 0.67
Hex 98 F2 66 25 0 3A 5 63 54 43
Octal 230 362 146 45 0 72 5 143 124 103
Binary 10011000 11110010 1100110 100101 0 111010 101 1100011 1010100 1000011

Color Harmonies of #98F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F266

Black with #98F266

Text Example


Text Example

White with #98F266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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