Html Css Color HEX #96F468 Feijoa

📋 copy color: '#96F468'

red 150 ◦ green 244 ◦ blue 104

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

Shades of Feijoa #96F468

Tints of Feijoa #96F468

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49%

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

R = 30.12%
G = 49%
B = 20.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#96F468 (or 0x96F468) is known color: Feijoa. HEX triplet: 96, F4 and 68. RGB value is (150,244,104). Sum of RGB (Red+Green+Blue) = 150+244+104=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #96F468 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F468 is #690B97. Grayscale: #C8C8C8. Windows color (decimal): -6884248 or 6878358. OLE color: 6878358.

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

Color convert

RGB 150 244 104 -
CMYK 0.39 0 0.57 0.04
HSL 100.29º 0.86% 0.68% -
HSV(B) 100.29º 0.57% 0.96% -
XYZ 47.43 72.18 24.53 -
YUV 199.93 73.86 92.38 -
System Red Green Blue C M Y K H S L
Decimal 150 244 104 0.39 0 0.57 0.04 100.29 0.86 0.68
Hex 96 F4 68 27 0 39 4 64 56 44
Octal 226 364 150 47 0 71 4 144 126 104
Binary 10010110 11110100 1101000 100111 0 111001 100 1100100 1010110 1000100

Color Harmonies of #96F468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F468

Black with #96F468

Text Example


Text Example

White with #96F468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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