Html Css Color HEX #96F265 Feijoa

📋 copy color: '#96F265'

red 150 ◦ green 242 ◦ blue 101

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

Shades of Feijoa #96F265

Tints of Feijoa #96F265

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.09%

 BLUE value IS 101 (39.84% from 255) = 20.49%

R = 30.43%
G = 49.09%
B = 20.49%

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

#96F265 (or 0x96F265) is known color: Feijoa. HEX triplet: 96, F2 and 65. RGB value is (150,242,101). Sum of RGB (Red+Green+Blue) = 150+242+101=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #96F265 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F265 is #690D9A. Grayscale: #C6C6C6. Windows color (decimal): -6884763 or 6681238. OLE color: 6681238.

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

Color convert

RGB 150 242 101 -
CMYK 0.38 0 0.58 0.05
HSL 99.15º 0.84% 0.67% -
HSV(B) 99.15º 0.58% 0.95% -
XYZ 46.68 70.93 23.54 -
YUV 198.42 73.02 93.46 -
System Red Green Blue C M Y K H S L
Decimal 150 242 101 0.38 0 0.58 0.05 99.15 0.84 0.67
Hex 96 F2 65 26 0 3A 5 63 54 43
Octal 226 362 145 46 0 72 5 143 124 103
Binary 10010110 11110010 1100101 100110 0 111010 101 1100011 1010100 1000011

Color Harmonies of #96F265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F265

Black with #96F265

Text Example


Text Example

White with #96F265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,242,101); }

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

background-color css

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

 a { background-color: rgb(150,242,101); }

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

border-color css

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

 span { border-color: rgb(150,242,101); }

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