Html Css Color HEX #96EE64 Feijoa

📋 copy color: '#96EE64'

red 150 ◦ green 238 ◦ blue 100

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

Shades of Feijoa #96EE64

Tints of Feijoa #96EE64

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.77%

 BLUE value IS 100 (39.45% from 255) = 20.49%

R = 30.74%
G = 48.77%
B = 20.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#96EE64 (or 0x96EE64) is known color: Feijoa. HEX triplet: 96, EE and 64. RGB value is (150,238,100). Sum of RGB (Red+Green+Blue) = 150+238+100=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EE64 is #69119B. Grayscale: #C4C4C4. Windows color (decimal): -6885788 or 6614678. OLE color: 6614678.

HSL color Cylindrical-coordinate representation of color #96EE64: hue angle of 98.26º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96EE64 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 100 -
CMYK 0.37 0 0.58 0.07
HSL 98.26º 0.8% 0.66% -
HSV(B) 98.26º 0.58% 0.93% -
XYZ 45.45 68.55 22.89 -
YUV 195.96 73.85 95.22 -
System Red Green Blue C M Y K H S L
Decimal 150 238 100 0.37 0 0.58 0.07 98.26 0.8 0.66
Hex 96 EE 64 25 0 3A 7 62 50 42
Octal 226 356 144 45 0 72 7 142 120 102
Binary 10010110 11101110 1100100 100101 0 111010 111 1100010 1010000 1000010

Color Harmonies of #96EE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EE64

Black with #96EE64

Text Example


Text Example

White with #96EE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,238,100); }

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

background-color css

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

 a { background-color: rgb(150,238,100); }

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

border-color css

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

 span { border-color: rgb(150,238,100); }

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