Html Css Color HEX #94DF00 Spring Bud

📋 copy color: '#94DF00'

red 148 ◦ green 223 ◦ blue 0

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

Shades of Spring Bud #94DF00

Tints of Spring Bud #94DF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 60.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.89%
G = 60.11%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#94DF00 (or 0x94DF00) is known color: Spring Bud. HEX triplet: 94, DF and 00. RGB value is (148,223,0). Sum of RGB (Red+Green+Blue) = 148+223+0=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DF00 is #6B20FF. Grayscale: #AFAFAF. Windows color (decimal): -7020800 or 57236. OLE color: 57236.

HSL color Cylindrical-coordinate representation of color #94DF00: hue angle of 80.18º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94DF00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 223 0 -
CMYK 0.34 0 1 0.13
HSL 80.18º 1% 0.44% -
HSV(B) 80.18º 1% 0.87% -
XYZ 38.6 59.07 9.37 -
YUV 175.15 29.15 108.63 -
System Red Green Blue C M Y K H S L
Decimal 148 223 0 0.34 0 1 0.13 80.18 1 0.44
Hex 94 DF 0 22 0 64 D 50 64 2C
Octal 224 337 0 42 0 144 15 120 144 54
Binary 10010100 11011111 0 100010 0 1100100 1101 1010000 1100100 101100

Color Harmonies of #94DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DF00

Black with #94DF00

Text Example


Text Example

White with #94DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,223,0); }

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

background-color css

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

 a { background-color: rgb(148,223,0); }

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

border-color css

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

 span { border-color: rgb(148,223,0); }

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