Html Css Color HEX #96F668 Feijoa

📋 copy color: '#96F668'

red 150 ◦ green 246 ◦ blue 104

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

Shades of Feijoa #96F668

Tints of Feijoa #96F668

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.2%

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

R = 30%
G = 49.2%
B = 20.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#96F668 (or 0x96F668) is known color: Feijoa. HEX triplet: 96, F6 and 68. RGB value is (150,246,104). Sum of RGB (Red+Green+Blue) = 150+246+104=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #96F668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F668 is #690997. Grayscale: #C9C9C9. Windows color (decimal): -6883736 or 6878870. OLE color: 6878870.

HSL color Cylindrical-coordinate representation of color #96F668: hue angle of 100.56º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96F668 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 246 104 -
CMYK 0.39 0 0.58 0.04
HSL 100.56º 0.89% 0.69% -
HSV(B) 100.56º 0.58% 0.96% -
XYZ 48.03 73.4 24.73 -
YUV 201.11 73.2 91.55 -
System Red Green Blue C M Y K H S L
Decimal 150 246 104 0.39 0 0.58 0.04 100.56 0.89 0.69
Hex 96 F6 68 27 0 3A 4 65 59 45
Octal 226 366 150 47 0 72 4 145 131 105
Binary 10010110 11110110 1101000 100111 0 111010 100 1100101 1011001 1000101

Color Harmonies of #96F668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F668

Black with #96F668

Text Example


Text Example

White with #96F668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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