Html Css Color HEX #96D62B Yellow Green

📋 copy color: '#96D62B'

red 150 ◦ green 214 ◦ blue 43

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

Shades of Yellow Green #96D62B

Tints of Yellow Green #96D62B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.58%

 BLUE value IS 43 (17.19% from 255) = 10.57%

R = 36.86%
G = 52.58%
B = 10.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#96D62B (or 0x96D62B) is known color: Yellow Green. HEX triplet: 96, D6 and 2B. RGB value is (150,214,43). Sum of RGB (Red+Green+Blue) = 150+214+43=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 214 (83.98% from 255 or 52.58% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 214 - color contains mainly: green. Hex color #96D62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D62B is #6929D4. Grayscale: #AFAFAF. Windows color (decimal): -6891989 or 2872982. OLE color: 2872982.

HSL color Cylindrical-coordinate representation of color #96D62B: hue angle of 82.46º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96D62B is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 43 -
CMYK 0.30 0 0.80 0.16
HSL 82.46º 0.68% 0.5% -
HSV(B) 82.46º 0.8% 0.84% -
XYZ 37.06 54.75 10.9 -
YUV 175.37 53.3 109.9 -
System Red Green Blue C M Y K H S L
Decimal 150 214 43 0.30 0 0.80 0.16 82.46 0.68 0.5
Hex 96 D6 2B 1E 0 50 10 52 44 32
Octal 226 326 53 36 0 120 20 122 104 62
Binary 10010110 11010110 101011 11110 0 1010000 10000 1010010 1000100 110010

Color Harmonies of #96D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D62B

Black with #96D62B

Text Example


Text Example

White with #96D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,214,43); }

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

background-color css

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

 a { background-color: rgb(150,214,43); }

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

border-color css

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

 span { border-color: rgb(150,214,43); }

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