Html Css Color HEX #96D61C Yellow Green

📋 copy color: '#96D61C'

red 150 ◦ green 214 ◦ blue 28

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

Shades of Yellow Green #96D61C

Tints of Yellow Green #96D61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.14%

R = 38.27%
G = 54.59%
B = 7.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#96D61C (or 0x96D61C) is known color: Yellow Green. HEX triplet: 96, D6 and 1C. RGB value is (150,214,28). Sum of RGB (Red+Green+Blue) = 150+214+28=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 214 (83.98% from 255 or 54.59% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 214 - color contains mainly: green. Hex color #96D61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D61C is #6929E3. Grayscale: #AEAEAE. Windows color (decimal): -6892004 or 1889942. OLE color: 1889942.

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

Color convert

RGB 150 214 28 -
CMYK 0.30 0 0.87 0.16
HSL 80.65º 0.77% 0.47% -
HSV(B) 80.65º 0.87% 0.84% -
XYZ 36.83 54.66 9.71 -
YUV 173.66 45.8 111.12 -
System Red Green Blue C M Y K H S L
Decimal 150 214 28 0.30 0 0.87 0.16 80.65 0.77 0.47
Hex 96 D6 1C 1E 0 57 10 51 4D 2F
Octal 226 326 34 36 0 127 20 121 115 57
Binary 10010110 11010110 11100 11110 0 1010111 10000 1010001 1001101 101111

Color Harmonies of #96D61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D61C

Black with #96D61C

Text Example


Text Example

White with #96D61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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