Html Css Color HEX #96F663 Feijoa

📋 copy color: '#96F663'

red 150 ◦ green 246 ◦ blue 99

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

Shades of Feijoa #96F663

Tints of Feijoa #96F663

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.7%

 BLUE value IS 99 (39.06% from 255) = 20%

R = 30.3%
G = 49.7%
B = 20%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#96F663 (or 0x96F663) is known color: Feijoa. HEX triplet: 96, F6 and 63. RGB value is (150,246,99). Sum of RGB (Red+Green+Blue) = 150+246+99=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #96F663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F663 is #69099C. Grayscale: #C9C9C9. Windows color (decimal): -6883741 or 6551190. OLE color: 6551190.

HSL color Cylindrical-coordinate representation of color #96F663: hue angle of 99.18º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96F663 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 246 99 -
CMYK 0.39 0 0.60 0.04
HSL 99.18º 0.89% 0.68% -
HSV(B) 99.18º 0.6% 0.96% -
XYZ 47.79 73.3 23.43 -
YUV 200.54 70.7 91.95 -
System Red Green Blue C M Y K H S L
Decimal 150 246 99 0.39 0 0.60 0.04 99.18 0.89 0.68
Hex 96 F6 63 27 0 3C 4 63 59 44
Octal 226 366 143 47 0 74 4 143 131 104
Binary 10010110 11110110 1100011 100111 0 111100 100 1100011 1011001 1000100

Color Harmonies of #96F663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F663

Black with #96F663

Text Example


Text Example

White with #96F663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,246,99); }

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

background-color css

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

 a { background-color: rgb(150,246,99); }

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

border-color css

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

 span { border-color: rgb(150,246,99); }

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