Html Css Color HEX #96F204 Spring Bud

📋 copy color: '#96F204'

red 150 ◦ green 242 ◦ blue 4

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

Shades of Spring Bud #96F204

Tints of Spring Bud #96F204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 37.88%
G = 61.11%
B = 1.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#96F204 (or 0x96F204) is known color: Spring Bud. HEX triplet: 96, F2 and 04. RGB value is (150,242,4). Sum of RGB (Red+Green+Blue) = 150+242+4=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 242 (94.92% from 255 or 61.11% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 242 - color contains mainly: green. Hex color #96F204 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #96F204 is #690DFB. Grayscale: #BCBCBC. Windows color (decimal): -6884860 or 324246. OLE color: 324246.

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

Color convert

RGB 150 242 4 -
CMYK 0.38 0 0.98 0.05
HSL 83.19º 0.97% 0.48% -
HSV(B) 83.19º 0.98% 0.95% -
XYZ 44.35 70 11.29 -
YUV 187.36 24.52 101.35 -
System Red Green Blue C M Y K H S L
Decimal 150 242 4 0.38 0 0.98 0.05 83.19 0.97 0.48
Hex 96 F2 4 26 0 62 5 53 61 30
Octal 226 362 4 46 0 142 5 123 141 60
Binary 10010110 11110010 100 100110 0 1100010 101 1010011 1100001 110000

Color Harmonies of #96F204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F204

Black with #96F204

Text Example


Text Example

White with #96F204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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