Html Css Color HEX #94DA1D Yellow Green

📋 copy color: '#94DA1D'

red 148 ◦ green 218 ◦ blue 29

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

Shades of Yellow Green #94DA1D

Tints of Yellow Green #94DA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.19%

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

R = 37.47%
G = 55.19%
B = 7.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#94DA1D (or 0x94DA1D) is known color: Yellow Green. HEX triplet: 94, DA and 1D. RGB value is (148,218,29). Sum of RGB (Red+Green+Blue) = 148+218+29=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DA1D is #6B25E2. Grayscale: #B0B0B0. Windows color (decimal): -7022051 or 1956500. OLE color: 1956500.

HSL color Cylindrical-coordinate representation of color #94DA1D: hue angle of 82.22º degrees, saturation: 0.77, 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 #94DA1D is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 218 29 -
CMYK 0.32 0 0.87 0.15
HSL 82.22º 0.77% 0.48% -
HSV(B) 82.22º 0.87% 0.85% -
XYZ 37.51 56.53 10.1 -
YUV 175.52 45.31 108.37 -
System Red Green Blue C M Y K H S L
Decimal 148 218 29 0.32 0 0.87 0.15 82.22 0.77 0.48
Hex 94 DA 1D 20 0 57 F 52 4D 30
Octal 224 332 35 40 0 127 17 122 115 60
Binary 10010100 11011010 11101 100000 0 1010111 1111 1010010 1001101 110000

Color Harmonies of #94DA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA1D

Black with #94DA1D

Text Example


Text Example

White with #94DA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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