Html Css Color HEX #96EF6B Feijoa

📋 copy color: '#96EF6B'

red 150 ◦ green 239 ◦ blue 107

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

Shades of Feijoa #96EF6B

Tints of Feijoa #96EF6B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.19%

 BLUE value IS 107 (42.19% from 255) = 21.57%

R = 30.24%
G = 48.19%
B = 21.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#96EF6B (or 0x96EF6B) is known color: Feijoa. HEX triplet: 96, EF and 6B. RGB value is (150,239,107). Sum of RGB (Red+Green+Blue) = 150+239+107=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EF6B is #691094. Grayscale: #C5C5C5. Windows color (decimal): -6885525 or 7073686. OLE color: 7073686.

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

Color convert

RGB 150 239 107 -
CMYK 0.37 0 0.55 0.06
HSL 100.45º 0.8% 0.68% -
HSV(B) 100.45º 0.55% 0.94% -
XYZ 46.1 69.28 24.85 -
YUV 197.34 77.01 94.23 -
System Red Green Blue C M Y K H S L
Decimal 150 239 107 0.37 0 0.55 0.06 100.45 0.8 0.68
Hex 96 EF 6B 25 0 37 6 64 50 44
Octal 226 357 153 45 0 67 6 144 120 104
Binary 10010110 11101111 1101011 100101 0 110111 110 1100100 1010000 1000100

Color Harmonies of #96EF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EF6B

Black with #96EF6B

Text Example


Text Example

White with #96EF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,239,107); }

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

background-color css

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

 a { background-color: rgb(150,239,107); }

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

border-color css

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

 span { border-color: rgb(150,239,107); }

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