Html Css Color HEX #96FE64 Feijoa

📋 copy color: '#96FE64'

red 150 ◦ green 254 ◦ blue 100

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

Shades of Feijoa #96FE64

Tints of Feijoa #96FE64

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

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

R = 29.76%
G = 50.4%
B = 19.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#96FE64 (or 0x96FE64) is known color: Feijoa. HEX triplet: 96, FE and 64. RGB value is (150,254,100). Sum of RGB (Red+Green+Blue) = 150+254+100=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FE64 is #69019B. Grayscale: #CDCDCD. Windows color (decimal): -6881692 or 6618774. OLE color: 6618774.

HSL color Cylindrical-coordinate representation of color #96FE64: hue angle of 100.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96FE64 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 100 -
CMYK 0.41 0 0.61 0.00
HSL 100.52º 0.99% 0.69% -
HSV(B) 100.52º 0.61% 1% -
XYZ 50.32 78.29 24.52 -
YUV 205.35 68.54 88.52 -
System Red Green Blue C M Y K H S L
Decimal 150 254 100 0.41 0 0.61 0.00 100.52 0.99 0.69
Hex 96 FE 64 29 0 3D 0 65 63 45
Octal 226 376 144 51 0 75 0 145 143 105
Binary 10010110 11111110 1100100 101001 0 111101 0 1100101 1100011 1000101

Color Harmonies of #96FE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FE64

Black with #96FE64

Text Example


Text Example

White with #96FE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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