Html Css Color HEX #94D81D Yellow Green

📋 copy color: '#94D81D'

red 148 ◦ green 216 ◦ blue 29

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

Shades of Yellow Green #94D81D

Tints of Yellow Green #94D81D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.96%

 BLUE value IS 29 (11.72% from 255) = 7.38%

R = 37.66%
G = 54.96%
B = 7.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#94D81D (or 0x94D81D) is known color: Yellow Green. HEX triplet: 94, D8 and 1D. RGB value is (148,216,29). Sum of RGB (Red+Green+Blue) = 148+216+29=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #94D81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D81D is #6B27E2. Grayscale: #AFAFAF. Windows color (decimal): -7022563 or 1955988. OLE color: 1955988.

HSL color Cylindrical-coordinate representation of color #94D81D: hue angle of 81.82º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94D81D is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 216 29 -
CMYK 0.31 0 0.87 0.15
HSL 81.82º 0.76% 0.48% -
HSV(B) 81.82º 0.87% 0.85% -
XYZ 36.99 55.5 9.92 -
YUV 174.35 45.97 109.21 -
System Red Green Blue C M Y K H S L
Decimal 148 216 29 0.31 0 0.87 0.15 81.82 0.76 0.48
Hex 94 D8 1D 1F 0 57 F 52 4C 30
Octal 224 330 35 37 0 127 17 122 114 60
Binary 10010100 11011000 11101 11111 0 1010111 1111 1010010 1001100 110000

Color Harmonies of #94D81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D81D

Black with #94D81D

Text Example


Text Example

White with #94D81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,216,29); }

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

background-color css

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

 a { background-color: rgb(148,216,29); }

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

border-color css

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

 span { border-color: rgb(148,216,29); }

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