Html Css Color HEX #94FE10 Spring Bud

📋 copy color: '#94FE10'

red 148 ◦ green 254 ◦ blue 16

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

Shades of Spring Bud #94FE10

Tints of Spring Bud #94FE10

RGB

 RED value IS 148 (58.2% from 255) = 35.41%

 GREEN value IS 254 (99.61% from 255) = 60.77%

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 35.41%
G = 60.77%
B = 3.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#94FE10 (or 0x94FE10) is known color: Spring Bud. HEX triplet: 94, FE and 10. RGB value is (148,254,16). Sum of RGB (Red+Green+Blue) = 148+254+16=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 254 (99.61% from 255 or 60.77% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FE10 is #6B01EF. Grayscale: #C4C4C4. Windows color (decimal): -7012848 or 1113748. OLE color: 1113748.

HSL color Cylindrical-coordinate representation of color #94FE10: hue angle of 86.72º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94FE10 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 254 16 -
CMYK 0.42 0 0.94 0.00
HSL 86.72º 0.99% 0.53% -
HSV(B) 86.72º 0.94% 1% -
XYZ 47.75 77.22 12.88 -
YUV 195.17 26.88 94.35 -
System Red Green Blue C M Y K H S L
Decimal 148 254 16 0.42 0 0.94 0.00 86.72 0.99 0.53
Hex 94 FE 10 2A 0 5E 0 57 63 35
Octal 224 376 20 52 0 136 0 127 143 65
Binary 10010100 11111110 10000 101010 0 1011110 0 1010111 1100011 110101

Color Harmonies of #94FE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FE10

Black with #94FE10

Text Example


Text Example

White with #94FE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94FE10; }

 p { color: rgb(148,254,16); }

 H1.HeaderClassName
 {
   color: #94FE10;
 }
 .AnyTagClassName
 {
   color: #94FE10;
 }
</style>

background-color css

<style>
 a { background-color: #94FE10; }

 a { background-color: rgb(148,254,16); }

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

border-color css

<style>
 span { border-color: #94FE10; }

 span { border-color: rgb(148,254,16); }

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