Html Css Color HEX #96FD64 Feijoa

📋 copy color: '#96FD64'

red 150 ◦ green 253 ◦ blue 100

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

Shades of Feijoa #96FD64

Tints of Feijoa #96FD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 29.82%
G = 50.3%
B = 19.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#96FD64 (or 0x96FD64) is known color: Feijoa. HEX triplet: 96, FD and 64. RGB value is (150,253,100). Sum of RGB (Red+Green+Blue) = 150+253+100=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #96FD64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FD64 is #69029B. Grayscale: #CDCDCD. Windows color (decimal): -6881948 or 6618518. OLE color: 6618518.

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

Color convert

RGB 150 253 100 -
CMYK 0.41 0 0.60 0.01
HSL 100.39º 0.97% 0.69% -
HSV(B) 100.39º 0.6% 0.99% -
XYZ 50 77.65 24.41 -
YUV 204.76 68.88 88.94 -
System Red Green Blue C M Y K H S L
Decimal 150 253 100 0.41 0 0.60 0.01 100.39 0.97 0.69
Hex 96 FD 64 29 0 3C 1 64 61 45
Octal 226 375 144 51 0 74 1 144 141 105
Binary 10010110 11111101 1100100 101001 0 111100 1 1100100 1100001 1000101

Color Harmonies of #96FD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FD64

Black with #96FD64

Text Example


Text Example

White with #96FD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,253,100); }

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

background-color css

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

 a { background-color: rgb(150,253,100); }

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

border-color css

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

 span { border-color: rgb(150,253,100); }

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