Html Css Color HEX #98FF65 Feijoa

📋 copy color: '#98FF65'

red 152 ◦ green 255 ◦ blue 101

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

Shades of Feijoa #98FF65

Tints of Feijoa #98FF65

RGB

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

 GREEN value IS 255 (100% from 255) = 50.2%

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

R = 29.92%
G = 50.2%
B = 19.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#98FF65 (or 0x98FF65) is known color: Feijoa. HEX triplet: 98, FF and 65. RGB value is (152,255,101). Sum of RGB (Red+Green+Blue) = 152+255+101=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FF65 is #67009A. Grayscale: #CFCFCF. Windows color (decimal): -6750363 or 6684568. OLE color: 6684568.

HSL color Cylindrical-coordinate representation of color #98FF65: hue angle of 100.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98FF65 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 152 255 101 -
CMYK 0.40 0 0.60 0
HSL 100.13º 1% 0.7% -
HSV(B) 100.13º 0.6% 1% -
XYZ 51.06 79.13 24.9 -
YUV 206.65 68.38 89.02 -
System Red Green Blue C M Y K H S L
Decimal 152 255 101 0.40 0 0.60 0 100.13 1 0.7
Hex 98 FF 65 28 0 3C 0 64 64 46
Octal 230 377 145 50 0 74 0 144 144 106
Binary 10011000 11111111 1100101 101000 0 111100 0 1100100 1100100 1000110

Color Harmonies of #98FF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98FF65

Black with #98FF65

Text Example


Text Example

White with #98FF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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