Html Css Color HEX #96CC38 Yellow Green

📋 copy color: '#96CC38'

red 150 ◦ green 204 ◦ blue 56

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

Shades of Yellow Green #96CC38

Tints of Yellow Green #96CC38

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.76%

 BLUE value IS 56 (22.27% from 255) = 13.66%

R = 36.59%
G = 49.76%
B = 13.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#96CC38 (or 0x96CC38) is known color: Yellow Green. HEX triplet: 96, CC and 38. RGB value is (150,204,56). Sum of RGB (Red+Green+Blue) = 150+204+56=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC38 is #6933C7. Grayscale: #ABABAB. Windows color (decimal): -6894536 or 3722390. OLE color: 3722390.

HSL color Cylindrical-coordinate representation of color #96CC38: hue angle of 81.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96CC38 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 56 -
CMYK 0.26 0 0.73 0.2
HSL 81.89º 0.59% 0.51% -
HSV(B) 81.89º 0.73% 0.8% -
XYZ 34.88 49.96 11.55 -
YUV 170.98 63.11 113.03 -
System Red Green Blue C M Y K H S L
Decimal 150 204 56 0.26 0 0.73 0.2 81.89 0.59 0.51
Hex 96 CC 38 1A 0 49 14 52 3B 33
Octal 226 314 70 32 0 111 24 122 73 63
Binary 10010110 11001100 111000 11010 0 1001001 10100 1010010 111011 110011

Color Harmonies of #96CC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC38

Black with #96CC38

Text Example


Text Example

White with #96CC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,204,56); }

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

background-color css

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

 a { background-color: rgb(150,204,56); }

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

border-color css

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

 span { border-color: rgb(150,204,56); }

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