Html Css Color HEX #94EF17 Spring Bud

📋 copy color: '#94EF17'

red 148 ◦ green 239 ◦ blue 23

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

Shades of Spring Bud #94EF17

Tints of Spring Bud #94EF17

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.29%

 BLUE value IS 23 (9.38% from 255) = 5.61%

R = 36.1%
G = 58.29%
B = 5.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#94EF17 (or 0x94EF17) is known color: Spring Bud. HEX triplet: 94, EF and 17. RGB value is (148,239,23). Sum of RGB (Red+Green+Blue) = 148+239+23=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 239 (93.75% from 255 or 58.29% from 410); Blue value is 23 (9.38% from 255 or 5.61% from 410); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EF17 is #6B10E8. Grayscale: #BBBBBB. Windows color (decimal): -7016681 or 1568660. OLE color: 1568660.

HSL color Cylindrical-coordinate representation of color #94EF17: hue angle of 85.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94EF17 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 239 23 -
CMYK 0.38 0 0.90 0.06
HSL 85.28º 0.87% 0.51% -
HSV(B) 85.28º 0.9% 0.94% -
XYZ 43.23 68.09 11.67 -
YUV 187.17 35.35 100.06 -
System Red Green Blue C M Y K H S L
Decimal 148 239 23 0.38 0 0.90 0.06 85.28 0.87 0.51
Hex 94 EF 17 26 0 5A 6 55 57 33
Octal 224 357 27 46 0 132 6 125 127 63
Binary 10010100 11101111 10111 100110 0 1011010 110 1010101 1010111 110011

Color Harmonies of #94EF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EF17

Black with #94EF17

Text Example


Text Example

White with #94EF17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,239,23); }

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

background-color css

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

 a { background-color: rgb(148,239,23); }

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

border-color css

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

 span { border-color: rgb(148,239,23); }

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