Html Css Color HEX #96FA68 Feijoa

📋 copy color: '#96FA68'

red 150 ◦ green 250 ◦ blue 104

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

Shades of Feijoa #96FA68

Tints of Feijoa #96FA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.6%

 BLUE value IS 104 (41.02% from 255) = 20.63%

R = 29.76%
G = 49.6%
B = 20.63%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#96FA68 (or 0x96FA68) is known color: Feijoa. HEX triplet: 96, FA and 68. RGB value is (150,250,104). Sum of RGB (Red+Green+Blue) = 150+250+104=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA68 is #690597. Grayscale: #CBCBCB. Windows color (decimal): -6882712 or 6879894. OLE color: 6879894.

HSL color Cylindrical-coordinate representation of color #96FA68: hue angle of 101.1º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96FA68 is Cyan = 0.4, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 104 -
CMYK 0.4 0 0.58 0.02
HSL 101.1º 0.94% 0.69% -
HSV(B) 101.1º 0.58% 0.98% -
XYZ 49.26 75.85 25.14 -
YUV 203.46 71.87 89.87 -
System Red Green Blue C M Y K H S L
Decimal 150 250 104 0.4 0 0.58 0.02 101.1 0.94 0.69
Hex 96 FA 68 28 0 3A 2 65 5E 45
Octal 226 372 150 50 0 72 2 145 136 105
Binary 10010110 11111010 1101000 101000 0 111010 10 1100101 1011110 1000101

Color Harmonies of #96FA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA68

Black with #96FA68

Text Example


Text Example

White with #96FA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,250,104); }

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

background-color css

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

 a { background-color: rgb(150,250,104); }

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

border-color css

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

 span { border-color: rgb(150,250,104); }

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