Html Css Color HEX #98F265 Feijoa

📋 copy color: '#98F265'

red 152 ◦ green 242 ◦ blue 101

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

Shades of Feijoa #98F265

Tints of Feijoa #98F265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.4%

R = 30.71%
G = 48.89%
B = 20.4%

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

#98F265 (or 0x98F265) is known color: Feijoa. HEX triplet: 98, F2 and 65. RGB value is (152,242,101). Sum of RGB (Red+Green+Blue) = 152+242+101=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #98F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F265 is #670D9A. Grayscale: #C7C7C7. Windows color (decimal): -6753691 or 6681240. OLE color: 6681240.

HSL color Cylindrical-coordinate representation of color #98F265: hue angle of 98.3º 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 #98F265 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 242 101 -
CMYK 0.37 0 0.58 0.05
HSL 98.3º 0.84% 0.67% -
HSV(B) 98.3º 0.58% 0.95% -
XYZ 47.05 71.12 23.56 -
YUV 199.02 72.68 94.46 -
System Red Green Blue C M Y K H S L
Decimal 152 242 101 0.37 0 0.58 0.05 98.3 0.84 0.67
Hex 98 F2 65 25 0 3A 5 62 54 43
Octal 230 362 145 45 0 72 5 142 124 103
Binary 10011000 11110010 1100101 100101 0 111010 101 1100010 1010100 1000011

Color Harmonies of #98F265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F265

Black with #98F265

Text Example


Text Example

White with #98F265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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