Html Css Color HEX #94F512 Spring Bud

📋 copy color: '#94F512'

red 148 ◦ green 245 ◦ blue 18

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

Shades of Spring Bud #94F512

Tints of Spring Bud #94F512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 59.61%

 BLUE value IS 18 (7.42% from 255) = 4.38%

R = 36.01%
G = 59.61%
B = 4.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#94F512 (or 0x94F512) is known color: Spring Bud. HEX triplet: 94, F5 and 12. RGB value is (148,245,18). Sum of RGB (Red+Green+Blue) = 148+245+18=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 245 (96.09% from 255 or 59.61% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 245 - color contains mainly: green. Hex color #94F512 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F512 is #6B0AED. Grayscale: #BEBEBE. Windows color (decimal): -7015150 or 1242516. OLE color: 1242516.

HSL color Cylindrical-coordinate representation of color #94F512: hue angle of 85.64º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94F512 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 245 18 -
CMYK 0.40 0 0.93 0.04
HSL 85.64º 0.92% 0.52% -
HSV(B) 85.64º 0.93% 0.96% -
XYZ 44.97 71.64 12.03 -
YUV 190.12 30.86 97.96 -
System Red Green Blue C M Y K H S L
Decimal 148 245 18 0.40 0 0.93 0.04 85.64 0.92 0.52
Hex 94 F5 12 28 0 5D 4 56 5C 34
Octal 224 365 22 50 0 135 4 126 134 64
Binary 10010100 11110101 10010 101000 0 1011101 100 1010110 1011100 110100

Color Harmonies of #94F512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F512

Black with #94F512

Text Example


Text Example

White with #94F512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,245,18); }

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

background-color css

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

 a { background-color: rgb(148,245,18); }

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

border-color css

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

 span { border-color: rgb(148,245,18); }

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