Html Css Color HEX #96DE1E Yellow Green

📋 copy color: '#96DE1E'

red 150 ◦ green 222 ◦ blue 30

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

Shades of Yellow Green #96DE1E

Tints of Yellow Green #96DE1E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.22%

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

R = 37.31%
G = 55.22%
B = 7.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#96DE1E (or 0x96DE1E) is known color: Yellow Green. HEX triplet: 96, DE and 1E. RGB value is (150,222,30). Sum of RGB (Red+Green+Blue) = 150+222+30=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 222 (87.11% from 255 or 55.22% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DE1E is #6921E1. Grayscale: #B3B3B3. Windows color (decimal): -6889954 or 2023062. OLE color: 2023062.

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

Color convert

RGB 150 222 30 -
CMYK 0.32 0 0.86 0.13
HSL 82.5º 0.76% 0.49% -
HSV(B) 82.5º 0.86% 0.87% -
XYZ 38.93 58.82 10.53 -
YUV 178.58 44.15 107.61 -
System Red Green Blue C M Y K H S L
Decimal 150 222 30 0.32 0 0.86 0.13 82.5 0.76 0.49
Hex 96 DE 1E 20 0 56 D 52 4C 31
Octal 226 336 36 40 0 126 15 122 114 61
Binary 10010110 11011110 11110 100000 0 1010110 1101 1010010 1001100 110001

Color Harmonies of #96DE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DE1E

Black with #96DE1E

Text Example


Text Example

White with #96DE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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