#96FE65

Color #96FE65 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #96FE65

Tints of Feijoa #96FE65

Color information

#96FE65 (or 0x96FE65) is unknown color: approx Feijoa. HEX triplet: 96, FE and 65. RGB value is (150,254,101). Sum of RGB (Red+Green+Blue) = 150+254+101=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FE65 is #69019A. Grayscale: #CDCDCD. Windows color (decimal): -6881691 or 6684310. OLE color: 6684310.

HSL color Cylindrical-coordinate representation of color #96FE65: hue angle of 100.78º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96FE65 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB150254101-
CMYK0.4100.600.00
HSL100.78º98.71%69.61%-
HSV(B)100.78º60.24%99.61%-
XYZ50.3778.3124.77-
YUV205.4669.0488.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 254 (99.61% from 255) = 50.30%
BLUE value IS 101 (39.84% from 255) = 20%
R=29.70%
G=50.30%
B=20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1502541010.4100.600.00100.7898.7169.61
Hex96FE652903C0656346
Octal226376145510740145143106
Binary1001011011111110110010110100101111000110010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96FE65;
 }
 .AnyTagClassName
 {
   color: #96FE65;
 }
</style>
background-color css

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

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

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

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

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

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