Html Css Color HEX #96DF2B Yellow Green

📋 copy color: '#96DF2B'

red 150 ◦ green 223 ◦ blue 43

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

Shades of Yellow Green #96DF2B

Tints of Yellow Green #96DF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.34%

R = 36.06%
G = 53.61%
B = 10.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#96DF2B (or 0x96DF2B) is known color: Yellow Green. HEX triplet: 96, DF and 2B. RGB value is (150,223,43). Sum of RGB (Red+Green+Blue) = 150+223+43=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DF2B is #6920D4. Grayscale: #B5B5B5. Windows color (decimal): -6889685 or 2875286. OLE color: 2875286.

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

Color convert

RGB 150 223 43 -
CMYK 0.33 0 0.81 0.13
HSL 84.33º 0.74% 0.52% -
HSV(B) 84.33º 0.81% 0.87% -
XYZ 39.4 59.43 11.68 -
YUV 180.65 50.32 106.14 -
System Red Green Blue C M Y K H S L
Decimal 150 223 43 0.33 0 0.81 0.13 84.33 0.74 0.52
Hex 96 DF 2B 21 0 51 D 54 4A 34
Octal 226 337 53 41 0 121 15 124 112 64
Binary 10010110 11011111 101011 100001 0 1010001 1101 1010100 1001010 110100

Color Harmonies of #96DF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DF2B

Black with #96DF2B

Text Example


Text Example

White with #96DF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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