Html Css Color HEX #96F246 Green Yellow

📋 copy color: '#96F246'

red 150 ◦ green 242 ◦ blue 70

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

Shades of Green Yellow #96F246

Tints of Green Yellow #96F246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.38%

 BLUE value IS 70 (27.73% from 255) = 15.15%

R = 32.47%
G = 52.38%
B = 15.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#96F246 (or 0x96F246) is known color: Green Yellow. HEX triplet: 96, F2 and 46. RGB value is (150,242,70). Sum of RGB (Red+Green+Blue) = 150+242+70=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #96F246 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F246 is #690DB9. Grayscale: #C3C3C3. Windows color (decimal): -6884794 or 4649622. OLE color: 4649622.

HSL color Cylindrical-coordinate representation of color #96F246: hue angle of 92.09º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96F246 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 242 70 -
CMYK 0.38 0 0.71 0.05
HSL 92.09º 0.87% 0.61% -
HSV(B) 92.09º 0.71% 0.95% -
XYZ 45.44 70.43 16.99 -
YUV 194.88 57.52 95.99 -
System Red Green Blue C M Y K H S L
Decimal 150 242 70 0.38 0 0.71 0.05 92.09 0.87 0.61
Hex 96 F2 46 26 0 47 5 5C 57 3D
Octal 226 362 106 46 0 107 5 134 127 75
Binary 10010110 11110010 1000110 100110 0 1000111 101 1011100 1010111 111101

Color Harmonies of #96F246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F246

Black with #96F246

Text Example


Text Example

White with #96F246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,242,70); }

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

background-color css

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

 a { background-color: rgb(150,242,70); }

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

border-color css

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

 span { border-color: rgb(150,242,70); }

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