Html Css Color HEX #94EE05 Spring Bud

📋 copy color: '#94EE05'

red 148 ◦ green 238 ◦ blue 5

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

Shades of Spring Bud #94EE05

Tints of Spring Bud #94EE05

RGB

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

 GREEN value IS 238 (93.36% from 255) = 60.87%

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 37.85%
G = 60.87%
B = 1.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#94EE05 (or 0x94EE05) is known color: Spring Bud. HEX triplet: 94, EE and 05. RGB value is (148,238,5). Sum of RGB (Red+Green+Blue) = 148+238+5=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 238 (93.36% from 255 or 60.87% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EE05 is #6B11FA. Grayscale: #B9B9B9. Windows color (decimal): -7016955 or 388756. OLE color: 388756.

HSL color Cylindrical-coordinate representation of color #94EE05: hue angle of 83.18º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94EE05 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 238 5 -
CMYK 0.38 0 0.98 0.07
HSL 83.18º 0.96% 0.48% -
HSV(B) 83.18º 0.98% 0.93% -
XYZ 42.81 67.46 10.91 -
YUV 184.53 26.68 101.95 -
System Red Green Blue C M Y K H S L
Decimal 148 238 5 0.38 0 0.98 0.07 83.18 0.96 0.48
Hex 94 EE 5 26 0 62 7 53 60 30
Octal 224 356 5 46 0 142 7 123 140 60
Binary 10010100 11101110 101 100110 0 1100010 111 1010011 1100000 110000

Color Harmonies of #94EE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EE05

Black with #94EE05

Text Example


Text Example

White with #94EE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,238,5); }

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

background-color css

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

 a { background-color: rgb(148,238,5); }

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

border-color css

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

 span { border-color: rgb(148,238,5); }

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