Html Css Color HEX #96F074 Feijoa

📋 copy color: '#96F074'

red 150 ◦ green 240 ◦ blue 116

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

Shades of Feijoa #96F074

Tints of Feijoa #96F074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.43%

 BLUE value IS 116 (45.7% from 255) = 22.92%

R = 29.64%
G = 47.43%
B = 22.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#96F074 (or 0x96F074) is known color: Feijoa. HEX triplet: 96, F0 and 74. RGB value is (150,240,116). Sum of RGB (Red+Green+Blue) = 150+240+116=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #96F074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F074 is #690F8B. Grayscale: #C7C7C7. Windows color (decimal): -6885260 or 7663766. OLE color: 7663766.

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

Color convert

RGB 150 240 116 -
CMYK 0.37 0 0.52 0.06
HSL 103.55º 0.81% 0.7% -
HSV(B) 103.55º 0.52% 0.94% -
XYZ 46.89 70.07 27.58 -
YUV 198.95 81.18 93.08 -
System Red Green Blue C M Y K H S L
Decimal 150 240 116 0.37 0 0.52 0.06 103.55 0.81 0.7
Hex 96 F0 74 25 0 34 6 68 51 46
Octal 226 360 164 45 0 64 6 150 121 106
Binary 10010110 11110000 1110100 100101 0 110100 110 1101000 1010001 1000110

Color Harmonies of #96F074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F074

Black with #96F074

Text Example


Text Example

White with #96F074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,240,116); }

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

background-color css

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

 a { background-color: rgb(150,240,116); }

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

border-color css

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

 span { border-color: rgb(150,240,116); }

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