Html Css Color HEX #98DF65 Feijoa

📋 copy color: '#98DF65'

red 152 ◦ green 223 ◦ blue 101

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

Shades of Feijoa #98DF65

Tints of Feijoa #98DF65

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.85%

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

R = 31.93%
G = 46.85%
B = 21.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#98DF65 (or 0x98DF65) is known color: Feijoa. HEX triplet: 98, DF and 65. RGB value is (152,223,101). Sum of RGB (Red+Green+Blue) = 152+223+101=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DF65 is #67209A. Grayscale: #BCBCBC. Windows color (decimal): -6758555 or 6676376. OLE color: 6676376.

HSL color Cylindrical-coordinate representation of color #98DF65: hue angle of 94.92º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98DF65 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 223 101 -
CMYK 0.32 0 0.55 0.13
HSL 94.92º 0.66% 0.64% -
HSV(B) 94.92º 0.55% 0.87% -
XYZ 41.69 60.39 21.77 -
YUV 187.86 78.98 102.42 -
System Red Green Blue C M Y K H S L
Decimal 152 223 101 0.32 0 0.55 0.13 94.92 0.66 0.64
Hex 98 DF 65 20 0 37 D 5F 42 40
Octal 230 337 145 40 0 67 15 137 102 100
Binary 10011000 11011111 1100101 100000 0 110111 1101 1011111 1000010 1000000

Color Harmonies of #98DF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DF65

Black with #98DF65

Text Example


Text Example

White with #98DF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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