Html Css Color HEX #94FD02 Spring Bud

📋 copy color: '#94FD02'

red 148 ◦ green 253 ◦ blue 2

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

Shades of Spring Bud #94FD02

Tints of Spring Bud #94FD02

RGB

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

 GREEN value IS 253 (99.22% from 255) = 62.78%

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 36.72%
G = 62.78%
B = 0.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#94FD02 (or 0x94FD02) is known color: Spring Bud. HEX triplet: 94, FD and 02. RGB value is (148,253,2). Sum of RGB (Red+Green+Blue) = 148+253+2=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 253 (99.22% from 255 or 62.78% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FD02 is #6B02FD. Grayscale: #C1C1C1. Windows color (decimal): -7013118 or 195988. OLE color: 195988.

HSL color Cylindrical-coordinate representation of color #94FD02: hue angle of 85.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94FD02 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 253 2 -
CMYK 0.42 0 0.99 0.01
HSL 85.1º 0.98% 0.5% -
HSV(B) 85.1º 0.99% 0.99% -
XYZ 47.35 76.55 12.34 -
YUV 192.99 20.21 95.91 -
System Red Green Blue C M Y K H S L
Decimal 148 253 2 0.42 0 0.99 0.01 85.1 0.98 0.5
Hex 94 FD 2 2A 0 63 1 55 62 32
Octal 224 375 2 52 0 143 1 125 142 62
Binary 10010100 11111101 10 101010 0 1100011 1 1010101 1100010 110010

Color Harmonies of #94FD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FD02

Black with #94FD02

Text Example


Text Example

White with #94FD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,253,2); }

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

background-color css

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

 a { background-color: rgb(148,253,2); }

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

border-color css

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

 span { border-color: rgb(148,253,2); }

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