Html Css Color HEX #96F76C Feijoa

📋 copy color: '#96F76C'

red 150 ◦ green 247 ◦ blue 108

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

Shades of Feijoa #96F76C

Tints of Feijoa #96F76C

RGB

 RED value IS 150 (58.98% from 255) = 29.7%

 GREEN value IS 247 (96.88% from 255) = 48.91%

 BLUE value IS 108 (42.58% from 255) = 21.39%

R = 29.7%
G = 48.91%
B = 21.39%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#96F76C (or 0x96F76C) is known color: Feijoa. HEX triplet: 96, F7 and 6C. RGB value is (150,247,108). Sum of RGB (Red+Green+Blue) = 150+247+108=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #96F76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F76C is #690893. Grayscale: #CACACA. Windows color (decimal): -6883476 or 7141270. OLE color: 7141270.

HSL color Cylindrical-coordinate representation of color #96F76C: hue angle of 101.87º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96F76C is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 247 108 -
CMYK 0.39 0 0.56 0.03
HSL 101.87º 0.9% 0.7% -
HSV(B) 101.87º 0.56% 0.97% -
XYZ 48.55 74.09 25.93 -
YUV 202.15 74.86 90.8 -
System Red Green Blue C M Y K H S L
Decimal 150 247 108 0.39 0 0.56 0.03 101.87 0.9 0.7
Hex 96 F7 6C 27 0 38 3 66 5A 46
Octal 226 367 154 47 0 70 3 146 132 106
Binary 10010110 11110111 1101100 100111 0 111000 11 1100110 1011010 1000110

Color Harmonies of #96F76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F76C

Black with #96F76C

Text Example


Text Example

White with #96F76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F76C; }

 p { color: rgb(150,247,108); }

 H1.HeaderClassName
 {
   color: #96F76C;
 }
 .AnyTagClassName
 {
   color: #96F76C;
 }
</style>

background-color css

<style>
 a { background-color: #96F76C; }

 a { background-color: rgb(150,247,108); }

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

border-color css

<style>
 span { border-color: #96F76C; }

 span { border-color: rgb(150,247,108); }

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