Html Css Color HEX #94DD1B Yellow Green

📋 copy color: '#94DD1B'

red 148 ◦ green 221 ◦ blue 27

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

Shades of Yellow Green #94DD1B

Tints of Yellow Green #94DD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.82%

R = 37.37%
G = 55.81%
B = 6.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#94DD1B (or 0x94DD1B) is known color: Yellow Green. HEX triplet: 94, DD and 1B. RGB value is (148,221,27). Sum of RGB (Red+Green+Blue) = 148+221+27=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DD1B is #6B22E4. Grayscale: #B1B1B1. Windows color (decimal): -7021285 or 1826196. OLE color: 1826196.

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

Color convert

RGB 148 221 27 -
CMYK 0.33 0 0.88 0.13
HSL 82.58º 0.78% 0.49% -
HSV(B) 82.58º 0.88% 0.87% -
XYZ 38.27 58.09 10.23 -
YUV 177.06 43.32 107.27 -
System Red Green Blue C M Y K H S L
Decimal 148 221 27 0.33 0 0.88 0.13 82.58 0.78 0.49
Hex 94 DD 1B 21 0 58 D 53 4E 31
Octal 224 335 33 41 0 130 15 123 116 61
Binary 10010100 11011101 11011 100001 0 1011000 1101 1010011 1001110 110001

Color Harmonies of #94DD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD1B

Black with #94DD1B

Text Example


Text Example

White with #94DD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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