Html Css Color HEX #96D415 Yellow Green

📋 copy color: '#96D415'

red 150 ◦ green 212 ◦ blue 21

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

Shades of Yellow Green #96D415

Tints of Yellow Green #96D415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.35%

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 39.16%
G = 55.35%
B = 5.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#96D415 (or 0x96D415) is known color: Yellow Green. HEX triplet: 96, D4 and 15. RGB value is (150,212,21). Sum of RGB (Red+Green+Blue) = 150+212+21=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #96D415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D415 is #692BEA. Grayscale: #ACACAC. Windows color (decimal): -6892523 or 1430678. OLE color: 1430678.

HSL color Cylindrical-coordinate representation of color #96D415: hue angle of 79.48º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96D415 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 212 21 -
CMYK 0.29 0 0.90 0.17
HSL 79.48º 0.82% 0.46% -
HSV(B) 79.48º 0.9% 0.83% -
XYZ 36.26 53.63 9.15 -
YUV 171.69 42.96 112.53 -
System Red Green Blue C M Y K H S L
Decimal 150 212 21 0.29 0 0.90 0.17 79.48 0.82 0.46
Hex 96 D4 15 1D 0 5A 11 4F 52 2E
Octal 226 324 25 35 0 132 21 117 122 56
Binary 10010110 11010100 10101 11101 0 1011010 10001 1001111 1010010 101110

Color Harmonies of #96D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D415

Black with #96D415

Text Example


Text Example

White with #96D415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,212,21); }

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

background-color css

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

 a { background-color: rgb(150,212,21); }

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

border-color css

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

 span { border-color: rgb(150,212,21); }

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