Html Css Color HEX #96FB65 Feijoa

📋 copy color: '#96FB65'

red 150 ◦ green 251 ◦ blue 101

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

Shades of Feijoa #96FB65

Tints of Feijoa #96FB65

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50%

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

R = 29.88%
G = 50%
B = 20.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#96FB65 (or 0x96FB65) is known color: Feijoa. HEX triplet: 96, FB and 65. RGB value is (150,251,101). Sum of RGB (Red+Green+Blue) = 150+251+101=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB65 is #69049A. Grayscale: #CCCCCC. Windows color (decimal): -6882459 or 6683542. OLE color: 6683542.

HSL color Cylindrical-coordinate representation of color #96FB65: hue angle of 100.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96FB65 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 101 -
CMYK 0.40 0 0.60 0.02
HSL 100.4º 0.95% 0.69% -
HSV(B) 100.4º 0.6% 0.98% -
XYZ 49.42 76.42 24.46 -
YUV 203.7 70.04 89.7 -
System Red Green Blue C M Y K H S L
Decimal 150 251 101 0.40 0 0.60 0.02 100.4 0.95 0.69
Hex 96 FB 65 28 0 3C 2 64 5F 45
Octal 226 373 145 50 0 74 2 144 137 105
Binary 10010110 11111011 1100101 101000 0 111100 10 1100100 1011111 1000101

Color Harmonies of #96FB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FB65

Black with #96FB65

Text Example


Text Example

White with #96FB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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