Html Css Color HEX #96DC1E Yellow Green

📋 copy color: '#96DC1E'

red 150 ◦ green 220 ◦ blue 30

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

Shades of Yellow Green #96DC1E

Tints of Yellow Green #96DC1E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55%

 BLUE value IS 30 (12.11% from 255) = 7.5%

R = 37.5%
G = 55%
B = 7.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#96DC1E (or 0x96DC1E) is known color: Yellow Green. HEX triplet: 96, DC and 1E. RGB value is (150,220,30). Sum of RGB (Red+Green+Blue) = 150+220+30=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DC1E is #6923E1. Grayscale: #B2B2B2. Windows color (decimal): -6890466 or 2022550. OLE color: 2022550.

HSL color Cylindrical-coordinate representation of color #96DC1E: hue angle of 82.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96DC1E is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 220 30 -
CMYK 0.32 0 0.86 0.14
HSL 82.11º 0.76% 0.49% -
HSV(B) 82.11º 0.86% 0.86% -
XYZ 38.41 57.76 10.35 -
YUV 177.41 44.81 108.45 -
System Red Green Blue C M Y K H S L
Decimal 150 220 30 0.32 0 0.86 0.14 82.11 0.76 0.49
Hex 96 DC 1E 20 0 56 E 52 4C 31
Octal 226 334 36 40 0 126 16 122 114 61
Binary 10010110 11011100 11110 100000 0 1010110 1110 1010010 1001100 110001

Color Harmonies of #96DC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DC1E

Black with #96DC1E

Text Example


Text Example

White with #96DC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,220,30); }

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

background-color css

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

 a { background-color: rgb(150,220,30); }

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

border-color css

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

 span { border-color: rgb(150,220,30); }

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