Html Css Color HEX #96F365 Feijoa

📋 copy color: '#96F365'

red 150 ◦ green 243 ◦ blue 101

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

Shades of Feijoa #96F365

Tints of Feijoa #96F365

RGB

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

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

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

R = 30.36%
G = 49.19%
B = 20.45%

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

#96F365 (or 0x96F365) is known color: Feijoa. HEX triplet: 96, F3 and 65. RGB value is (150,243,101). Sum of RGB (Red+Green+Blue) = 150+243+101=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #96F365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F365 is #690C9A. Grayscale: #C7C7C7. Windows color (decimal): -6884507 or 6681494. OLE color: 6681494.

HSL color Cylindrical-coordinate representation of color #96F365: hue angle of 99.3º degrees, saturation: 0.86, 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 #96F365 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 243 101 -
CMYK 0.38 0 0.58 0.05
HSL 99.3º 0.86% 0.67% -
HSV(B) 99.3º 0.58% 0.95% -
XYZ 46.98 71.52 23.64 -
YUV 199.01 72.69 93.05 -
System Red Green Blue C M Y K H S L
Decimal 150 243 101 0.38 0 0.58 0.05 99.3 0.86 0.67
Hex 96 F3 65 26 0 3A 5 63 56 43
Octal 226 363 145 46 0 72 5 143 126 103
Binary 10010110 11110011 1100101 100110 0 111010 101 1100011 1010110 1000011

Color Harmonies of #96F365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F365

Black with #96F365

Text Example


Text Example

White with #96F365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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