Html Css Color HEX #96F366 Feijoa

📋 copy color: '#96F366'

red 150 ◦ green 243 ◦ blue 102

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

Shades of Feijoa #96F366

Tints of Feijoa #96F366

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.09%

 BLUE value IS 102 (40.23% from 255) = 20.61%

R = 30.3%
G = 49.09%
B = 20.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#96F366 (or 0x96F366) is known color: Feijoa. HEX triplet: 96, F3 and 66. RGB value is (150,243,102). Sum of RGB (Red+Green+Blue) = 150+243+102=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #96F366 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F366 is #690C99. Grayscale: #C7C7C7. Windows color (decimal): -6884506 or 6747030. OLE color: 6747030.

HSL color Cylindrical-coordinate representation of color #96F366: hue angle of 99.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96F366 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 243 102 -
CMYK 0.38 0 0.58 0.05
HSL 99.57º 0.85% 0.68% -
HSV(B) 99.57º 0.58% 0.95% -
XYZ 47.03 71.54 23.9 -
YUV 199.12 73.19 92.96 -
System Red Green Blue C M Y K H S L
Decimal 150 243 102 0.38 0 0.58 0.05 99.57 0.85 0.68
Hex 96 F3 66 26 0 3A 5 64 55 44
Octal 226 363 146 46 0 72 5 144 125 104
Binary 10010110 11110011 1100110 100110 0 111010 101 1100100 1010101 1000100

Color Harmonies of #96F366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F366

Black with #96F366

Text Example


Text Example

White with #96F366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,243,102); }

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

background-color css

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

 a { background-color: rgb(150,243,102); }

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

border-color css

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

 span { border-color: rgb(150,243,102); }

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