Html Css Color HEX #96BF30 Yellow Green

📋 copy color: '#96BF30'

red 150 ◦ green 191 ◦ blue 48

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

Shades of Yellow Green #96BF30

Tints of Yellow Green #96BF30

RGB

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

 GREEN value IS 191 (75% from 255) = 49.1%

 BLUE value IS 48 (19.14% from 255) = 12.34%

R = 38.56%
G = 49.1%
B = 12.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#96BF30 (or 0x96BF30) is known color: Yellow Green. HEX triplet: 96, BF and 30. RGB value is (150,191,48). Sum of RGB (Red+Green+Blue) = 150+191+48=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BF30 is #6940CF. Grayscale: #A2A2A2. Windows color (decimal): -6897872 or 3194774. OLE color: 3194774.

HSL color Cylindrical-coordinate representation of color #96BF30: hue angle of 77.2º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96BF30 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 48 -
CMYK 0.21 0 0.75 0.25
HSL 77.2º 0.6% 0.47% -
HSV(B) 77.2º 0.75% 0.75% -
XYZ 31.74 43.96 9.61 -
YUV 162.44 63.42 119.13 -
System Red Green Blue C M Y K H S L
Decimal 150 191 48 0.21 0 0.75 0.25 77.2 0.6 0.47
Hex 96 BF 30 15 0 4B 19 4D 3C 2F
Octal 226 277 60 25 0 113 31 115 74 57
Binary 10010110 10111111 110000 10101 0 1001011 11001 1001101 111100 101111

Color Harmonies of #96BF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF30

Black with #96BF30

Text Example


Text Example

White with #96BF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,48); }

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

background-color css

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

 a { background-color: rgb(150,191,48); }

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

border-color css

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

 span { border-color: rgb(150,191,48); }

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