Html Css Color HEX #96DF2D Yellow Green

📋 copy color: '#96DF2D'

red 150 ◦ green 223 ◦ blue 45

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

Shades of Yellow Green #96DF2D

Tints of Yellow Green #96DF2D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

 BLUE value IS 45 (17.97% from 255) = 10.77%

R = 35.89%
G = 53.35%
B = 10.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#96DF2D (or 0x96DF2D) is known color: Yellow Green. HEX triplet: 96, DF and 2D. RGB value is (150,223,45). Sum of RGB (Red+Green+Blue) = 150+223+45=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DF2D is #6920D2. Grayscale: #B5B5B5. Windows color (decimal): -6889683 or 3006358. OLE color: 3006358.

HSL color Cylindrical-coordinate representation of color #96DF2D: hue angle of 84.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96DF2D is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 223 45 -
CMYK 0.33 0 0.80 0.13
HSL 84.61º 0.74% 0.53% -
HSV(B) 84.61º 0.8% 0.87% -
XYZ 39.44 59.45 11.88 -
YUV 180.88 51.32 105.97 -
System Red Green Blue C M Y K H S L
Decimal 150 223 45 0.33 0 0.80 0.13 84.61 0.74 0.53
Hex 96 DF 2D 21 0 50 D 55 4A 35
Octal 226 337 55 41 0 120 15 125 112 65
Binary 10010110 11011111 101101 100001 0 1010000 1101 1010101 1001010 110101

Color Harmonies of #96DF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF2D

Black with #96DF2D

Text Example


Text Example

White with #96DF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,223,45); }

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

background-color css

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

 a { background-color: rgb(150,223,45); }

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

border-color css

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

 span { border-color: rgb(150,223,45); }

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