Html Css Color HEX #96C82F Yellow Green

📋 copy color: '#96C82F'

red 150 ◦ green 200 ◦ blue 47

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

Shades of Yellow Green #96C82F

Tints of Yellow Green #96C82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.38%

 BLUE value IS 47 (18.75% from 255) = 11.84%

R = 37.78%
G = 50.38%
B = 11.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#96C82F (or 0x96C82F) is known color: Yellow Green. HEX triplet: 96, C8 and 2F. RGB value is (150,200,47). Sum of RGB (Red+Green+Blue) = 150+200+47=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #96C82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C82F is #6937D0. Grayscale: #A8A8A8. Windows color (decimal): -6895569 or 3131542. OLE color: 3131542.

HSL color Cylindrical-coordinate representation of color #96C82F: hue angle of 79.61º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96C82F is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 200 47 -
CMYK 0.25 0 0.76 0.22
HSL 79.61º 0.62% 0.48% -
HSV(B) 79.61º 0.77% 0.78% -
XYZ 33.75 48 10.18 -
YUV 167.61 59.94 115.44 -
System Red Green Blue C M Y K H S L
Decimal 150 200 47 0.25 0 0.76 0.22 79.61 0.62 0.48
Hex 96 C8 2F 19 0 4C 16 50 3E 30
Octal 226 310 57 31 0 114 26 120 76 60
Binary 10010110 11001000 101111 11001 0 1001100 10110 1010000 111110 110000

Color Harmonies of #96C82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C82F

Black with #96C82F

Text Example


Text Example

White with #96C82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,47); }

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

background-color css

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

 a { background-color: rgb(150,200,47); }

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

border-color css

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

 span { border-color: rgb(150,200,47); }

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