Html Css Color HEX #96F065 Feijoa

📋 copy color: '#96F065'

red 150 ◦ green 240 ◦ blue 101

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

Shades of Feijoa #96F065

Tints of Feijoa #96F065

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.88%

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

R = 30.55%
G = 48.88%
B = 20.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#96F065 (or 0x96F065) is known color: Feijoa. HEX triplet: 96, F0 and 65. RGB value is (150,240,101). Sum of RGB (Red+Green+Blue) = 150+240+101=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #96F065 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F065 is #690F9A. Grayscale: #C5C5C5. Windows color (decimal): -6885275 or 6680726. OLE color: 6680726.

HSL color Cylindrical-coordinate representation of color #96F065: hue angle of 98.85º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96F065 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 240 101 -
CMYK 0.37 0 0.58 0.06
HSL 98.85º 0.82% 0.67% -
HSV(B) 98.85º 0.58% 0.94% -
XYZ 46.09 69.74 23.34 -
YUV 197.24 73.68 94.3 -
System Red Green Blue C M Y K H S L
Decimal 150 240 101 0.37 0 0.58 0.06 98.85 0.82 0.67
Hex 96 F0 65 25 0 3A 6 63 52 43
Octal 226 360 145 45 0 72 6 143 122 103
Binary 10010110 11110000 1100101 100101 0 111010 110 1100011 1010010 1000011

Color Harmonies of #96F065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F065

Black with #96F065

Text Example


Text Example

White with #96F065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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