Html Css Color HEX #94CE2F Yellow Green

📋 copy color: '#94CE2F'

red 148 ◦ green 206 ◦ blue 47

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

Shades of Yellow Green #94CE2F

Tints of Yellow Green #94CE2F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.37%

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

R = 36.91%
G = 51.37%
B = 11.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#94CE2F (or 0x94CE2F) is known color: Yellow Green. HEX triplet: 94, CE and 2F. RGB value is (148,206,47). Sum of RGB (Red+Green+Blue) = 148+206+47=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE2F is #6B31D0. Grayscale: #ABABAB. Windows color (decimal): -7025105 or 3133076. OLE color: 3133076.

HSL color Cylindrical-coordinate representation of color #94CE2F: hue angle of 81.89º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94CE2F is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 47 -
CMYK 0.28 0 0.77 0.19
HSL 81.89º 0.63% 0.5% -
HSV(B) 81.89º 0.77% 0.81% -
XYZ 34.8 50.64 10.63 -
YUV 170.53 58.28 111.93 -
System Red Green Blue C M Y K H S L
Decimal 148 206 47 0.28 0 0.77 0.19 81.89 0.63 0.5
Hex 94 CE 2F 1C 0 4D 13 52 3F 32
Octal 224 316 57 34 0 115 23 122 77 62
Binary 10010100 11001110 101111 11100 0 1001101 10011 1010010 111111 110010

Color Harmonies of #94CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE2F

Black with #94CE2F

Text Example


Text Example

White with #94CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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