Html Css Color HEX #94D028 Yellow Green

📋 copy color: '#94D028'

red 148 ◦ green 208 ◦ blue 40

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

Shades of Yellow Green #94D028

Tints of Yellow Green #94D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.53%

 BLUE value IS 40 (16.02% from 255) = 10.1%

R = 37.37%
G = 52.53%
B = 10.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#94D028 (or 0x94D028) is known color: Yellow Green. HEX triplet: 94, D0 and 28. RGB value is (148,208,40). Sum of RGB (Red+Green+Blue) = 148+208+40=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #94D028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D028 is #6B2FD7. Grayscale: #ABABAB. Windows color (decimal): -7024600 or 2674836. OLE color: 2674836.

HSL color Cylindrical-coordinate representation of color #94D028: hue angle of 81.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94D028 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 40 -
CMYK 0.29 0 0.81 0.18
HSL 81.43º 0.68% 0.49% -
HSV(B) 81.43º 0.81% 0.82% -
XYZ 35.15 51.56 10.11 -
YUV 170.91 54.12 111.66 -
System Red Green Blue C M Y K H S L
Decimal 148 208 40 0.29 0 0.81 0.18 81.43 0.68 0.49
Hex 94 D0 28 1D 0 51 12 51 44 31
Octal 224 320 50 35 0 121 22 121 104 61
Binary 10010100 11010000 101000 11101 0 1010001 10010 1010001 1000100 110001

Color Harmonies of #94D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D028

Black with #94D028

Text Example


Text Example

White with #94D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,40); }

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

background-color css

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

 a { background-color: rgb(148,208,40); }

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

border-color css

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

 span { border-color: rgb(148,208,40); }

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