Html Css Color HEX #96F628 Green Yellow

📋 copy color: '#96F628'

red 150 ◦ green 246 ◦ blue 40

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

Shades of Green Yellow #96F628

Tints of Green Yellow #96F628

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.42%

 BLUE value IS 40 (16.02% from 255) = 9.17%

R = 34.4%
G = 56.42%
B = 9.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#96F628 (or 0x96F628) is known color: Green Yellow. HEX triplet: 96, F6 and 28. RGB value is (150,246,40). Sum of RGB (Red+Green+Blue) = 150+246+40=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 246 (96.48% from 255 or 56.42% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 246 - color contains mainly: green. Hex color #96F628 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F628 is #6909D7. Grayscale: #C2C2C2. Windows color (decimal): -6883800 or 2684566. OLE color: 2684566.

HSL color Cylindrical-coordinate representation of color #96F628: hue angle of 87.96º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96F628 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 246 40 -
CMYK 0.39 0 0.84 0.04
HSL 87.96º 0.92% 0.56% -
HSV(B) 87.96º 0.84% 0.96% -
XYZ 45.92 72.55 13.59 -
YUV 193.81 41.2 96.75 -
System Red Green Blue C M Y K H S L
Decimal 150 246 40 0.39 0 0.84 0.04 87.96 0.92 0.56
Hex 96 F6 28 27 0 54 4 58 5C 38
Octal 226 366 50 47 0 124 4 130 134 70
Binary 10010110 11110110 101000 100111 0 1010100 100 1011000 1011100 111000

Color Harmonies of #96F628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F628

Black with #96F628

Text Example


Text Example

White with #96F628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,246,40); }

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

background-color css

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

 a { background-color: rgb(150,246,40); }

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

border-color css

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

 span { border-color: rgb(150,246,40); }

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