Html Css Color HEX #96F763 Feijoa

📋 copy color: '#96F763'

red 150 ◦ green 247 ◦ blue 99

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

Shades of Feijoa #96F763

Tints of Feijoa #96F763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.96%

R = 30.24%
G = 49.8%
B = 19.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#96F763 (or 0x96F763) is known color: Feijoa. HEX triplet: 96, F7 and 63. RGB value is (150,247,99). Sum of RGB (Red+Green+Blue) = 150+247+99=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #96F763 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F763 is #69089C. Grayscale: #C9C9C9. Windows color (decimal): -6883485 or 6551446. OLE color: 6551446.

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

Color convert

RGB 150 247 99 -
CMYK 0.39 0 0.60 0.03
HSL 99.32º 0.9% 0.68% -
HSV(B) 99.32º 0.6% 0.97% -
XYZ 48.09 73.91 23.54 -
YUV 201.13 70.36 91.53 -
System Red Green Blue C M Y K H S L
Decimal 150 247 99 0.39 0 0.60 0.03 99.32 0.9 0.68
Hex 96 F7 63 27 0 3C 3 63 5A 44
Octal 226 367 143 47 0 74 3 143 132 104
Binary 10010110 11110111 1100011 100111 0 111100 11 1100011 1011010 1000100

Color Harmonies of #96F763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F763

Black with #96F763

Text Example


Text Example

White with #96F763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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