Html Css Color HEX #94CC2F Yellow Green

📋 copy color: '#94CC2F'

red 148 ◦ green 204 ◦ blue 47

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

Shades of Yellow Green #94CC2F

Tints of Yellow Green #94CC2F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.13%

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

R = 37.09%
G = 51.13%
B = 11.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#94CC2F (or 0x94CC2F) is known color: Yellow Green. HEX triplet: 94, CC and 2F. RGB value is (148,204,47). Sum of RGB (Red+Green+Blue) = 148+204+47=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CC2F is #6B33D0. Grayscale: #A9A9A9. Windows color (decimal): -7025617 or 3132564. OLE color: 3132564.

HSL color Cylindrical-coordinate representation of color #94CC2F: hue angle of 81.4º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94CC2F is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 47 -
CMYK 0.27 0 0.77 0.2
HSL 81.4º 0.63% 0.49% -
HSV(B) 81.4º 0.77% 0.8% -
XYZ 34.32 49.69 10.47 -
YUV 169.36 58.95 112.77 -
System Red Green Blue C M Y K H S L
Decimal 148 204 47 0.27 0 0.77 0.2 81.4 0.63 0.49
Hex 94 CC 2F 1B 0 4D 14 51 3F 31
Octal 224 314 57 33 0 115 24 121 77 61
Binary 10010100 11001100 101111 11011 0 1001101 10100 1010001 111111 110001

Color Harmonies of #94CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC2F

Black with #94CC2F

Text Example


Text Example

White with #94CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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