Html Css Color HEX #96E965 Feijoa

📋 copy color: '#96E965'

red 150 ◦ green 233 ◦ blue 101

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

Shades of Feijoa #96E965

Tints of Feijoa #96E965

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.14%

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

R = 30.99%
G = 48.14%
B = 20.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#96E965 (or 0x96E965) is known color: Feijoa. HEX triplet: 96, E9 and 65. RGB value is (150,233,101). Sum of RGB (Red+Green+Blue) = 150+233+101=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #96E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E965 is #69169A. Grayscale: #C1C1C1. Windows color (decimal): -6887067 or 6678934. OLE color: 6678934.

HSL color Cylindrical-coordinate representation of color #96E965: hue angle of 97.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96E965 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 101 -
CMYK 0.36 0 0.57 0.09
HSL 97.73º 0.75% 0.65% -
HSV(B) 97.73º 0.57% 0.91% -
XYZ 44.07 65.7 22.67 -
YUV 193.14 76 97.23 -
System Red Green Blue C M Y K H S L
Decimal 150 233 101 0.36 0 0.57 0.09 97.73 0.75 0.65
Hex 96 E9 65 24 0 39 9 62 4B 41
Octal 226 351 145 44 0 71 11 142 113 101
Binary 10010110 11101001 1100101 100100 0 111001 1001 1100010 1001011 1000001

Color Harmonies of #96E965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E965

Black with #96E965

Text Example


Text Example

White with #96E965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,101); }

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

background-color css

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

 a { background-color: rgb(150,233,101); }

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

border-color css

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

 span { border-color: rgb(150,233,101); }

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