Html Css Color HEX #94D71D Yellow Green

📋 copy color: '#94D71D'

red 148 ◦ green 215 ◦ blue 29

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

Shades of Yellow Green #94D71D

Tints of Yellow Green #94D71D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.85%

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

R = 37.76%
G = 54.85%
B = 7.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#94D71D (or 0x94D71D) is known color: Yellow Green. HEX triplet: 94, D7 and 1D. RGB value is (148,215,29). Sum of RGB (Red+Green+Blue) = 148+215+29=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 215 (84.38% from 255 or 54.85% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 215 - color contains mainly: green. Hex color #94D71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D71D is #6B28E2. Grayscale: #AEAEAE. Windows color (decimal): -7022819 or 1955732. OLE color: 1955732.

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

Color convert

RGB 148 215 29 -
CMYK 0.31 0 0.87 0.16
HSL 81.61º 0.76% 0.48% -
HSV(B) 81.61º 0.87% 0.84% -
XYZ 36.73 54.99 9.84 -
YUV 173.76 46.3 109.62 -
System Red Green Blue C M Y K H S L
Decimal 148 215 29 0.31 0 0.87 0.16 81.61 0.76 0.48
Hex 94 D7 1D 1F 0 57 10 52 4C 30
Octal 224 327 35 37 0 127 20 122 114 60
Binary 10010100 11010111 11101 11111 0 1010111 10000 1010010 1001100 110000

Color Harmonies of #94D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D71D

Black with #94D71D

Text Example


Text Example

White with #94D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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