Html Css Color HEX #94CE21 Yellow Green

📋 copy color: '#94CE21'

red 148 ◦ green 206 ◦ blue 33

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

Shades of Yellow Green #94CE21

Tints of Yellow Green #94CE21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.53%

R = 38.24%
G = 53.23%
B = 8.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#94CE21 (or 0x94CE21) is known color: Yellow Green. HEX triplet: 94, CE and 21. RGB value is (148,206,33). Sum of RGB (Red+Green+Blue) = 148+206+33=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE21 is #6B31DE. Grayscale: #A9A9A9. Windows color (decimal): -7025119 or 2215572. OLE color: 2215572.

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

Color convert

RGB 148 206 33 -
CMYK 0.28 0 0.84 0.19
HSL 80.12º 0.72% 0.47% -
HSV(B) 80.12º 0.84% 0.81% -
XYZ 34.56 50.55 9.37 -
YUV 168.94 51.28 113.07 -
System Red Green Blue C M Y K H S L
Decimal 148 206 33 0.28 0 0.84 0.19 80.12 0.72 0.47
Hex 94 CE 21 1C 0 54 13 50 48 2F
Octal 224 316 41 34 0 124 23 120 110 57
Binary 10010100 11001110 100001 11100 0 1010100 10011 1010000 1001000 101111

Color Harmonies of #94CE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE21

Black with #94CE21

Text Example


Text Example

White with #94CE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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