Html Css Color HEX #94DD1E Yellow Green

📋 copy color: '#94DD1E'

red 148 ◦ green 221 ◦ blue 30

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

Shades of Yellow Green #94DD1E

Tints of Yellow Green #94DD1E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.39%

 BLUE value IS 30 (12.11% from 255) = 7.52%

R = 37.09%
G = 55.39%
B = 7.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#94DD1E (or 0x94DD1E) is known color: Yellow Green. HEX triplet: 94, DD and 1E. RGB value is (148,221,30). Sum of RGB (Red+Green+Blue) = 148+221+30=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DD1E is #6B22E1. Grayscale: #B2B2B2. Windows color (decimal): -7021282 or 2022804. OLE color: 2022804.

HSL color Cylindrical-coordinate representation of color #94DD1E: hue angle of 82.93º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94DD1E is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 221 30 -
CMYK 0.33 0 0.86 0.13
HSL 82.93º 0.76% 0.49% -
HSV(B) 82.93º 0.86% 0.87% -
XYZ 38.3 58.1 10.42 -
YUV 177.4 44.82 107.03 -
System Red Green Blue C M Y K H S L
Decimal 148 221 30 0.33 0 0.86 0.13 82.93 0.76 0.49
Hex 94 DD 1E 21 0 56 D 53 4C 31
Octal 224 335 36 41 0 126 15 123 114 61
Binary 10010100 11011101 11110 100001 0 1010110 1101 1010011 1001100 110001

Color Harmonies of #94DD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD1E

Black with #94DD1E

Text Example


Text Example

White with #94DD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,221,30); }

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

background-color css

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

 a { background-color: rgb(148,221,30); }

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

border-color css

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

 span { border-color: rgb(148,221,30); }

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