Html Css Color HEX #94DF2F Yellow Green

📋 copy color: '#94DF2F'

red 148 ◦ green 223 ◦ blue 47

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

Shades of Yellow Green #94DF2F

Tints of Yellow Green #94DF2F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.35%

 BLUE value IS 47 (18.75% from 255) = 11.24%

R = 35.41%
G = 53.35%
B = 11.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#94DF2F (or 0x94DF2F) is known color: Yellow Green. HEX triplet: 94, DF and 2F. RGB value is (148,223,47). Sum of RGB (Red+Green+Blue) = 148+223+47=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DF2F is #6B20D0. Grayscale: #B5B5B5. Windows color (decimal): -7020753 or 3137428. OLE color: 3137428.

HSL color Cylindrical-coordinate representation of color #94DF2F: hue angle of 85.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94DF2F is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 223 47 -
CMYK 0.34 0 0.79 0.13
HSL 85.57º 0.73% 0.53% -
HSV(B) 85.57º 0.79% 0.87% -
XYZ 39.11 59.28 12.07 -
YUV 180.51 52.65 104.81 -
System Red Green Blue C M Y K H S L
Decimal 148 223 47 0.34 0 0.79 0.13 85.57 0.73 0.53
Hex 94 DF 2F 22 0 4F D 56 49 35
Octal 224 337 57 42 0 117 15 126 111 65
Binary 10010100 11011111 101111 100010 0 1001111 1101 1010110 1001001 110101

Color Harmonies of #94DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DF2F

Black with #94DF2F

Text Example


Text Example

White with #94DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,223,47); }

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

background-color css

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

 a { background-color: rgb(148,223,47); }

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

border-color css

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

 span { border-color: rgb(148,223,47); }

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