Html Css Color HEX #96D62E Yellow Green

📋 copy color: '#96D62E'

red 150 ◦ green 214 ◦ blue 46

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

Shades of Yellow Green #96D62E

Tints of Yellow Green #96D62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.22%

R = 36.59%
G = 52.2%
B = 11.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#96D62E (or 0x96D62E) is known color: Yellow Green. HEX triplet: 96, D6 and 2E. RGB value is (150,214,46). Sum of RGB (Red+Green+Blue) = 150+214+46=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 214 (83.98% from 255 or 52.20% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 214 - color contains mainly: green. Hex color #96D62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D62E is #6929D1. Grayscale: #B0B0B0. Windows color (decimal): -6891986 or 3069590. OLE color: 3069590.

HSL color Cylindrical-coordinate representation of color #96D62E: hue angle of 82.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96D62E is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 150 214 46 -
CMYK 0.30 0 0.79 0.16
HSL 82.86º 0.67% 0.51% -
HSV(B) 82.86º 0.79% 0.84% -
XYZ 37.12 54.77 11.2 -
YUV 175.71 54.8 109.66 -
System Red Green Blue C M Y K H S L
Decimal 150 214 46 0.30 0 0.79 0.16 82.86 0.67 0.51
Hex 96 D6 2E 1E 0 4F 10 53 43 33
Octal 226 326 56 36 0 117 20 123 103 63
Binary 10010110 11010110 101110 11110 0 1001111 10000 1010011 1000011 110011

Color Harmonies of #96D62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D62E

Black with #96D62E

Text Example


Text Example

White with #96D62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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