Html Css Color HEX #94CA21 Yellow Green

📋 copy color: '#94CA21'

red 148 ◦ green 202 ◦ blue 33

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

Shades of Yellow Green #94CA21

Tints of Yellow Green #94CA21

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.74%

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

R = 38.64%
G = 52.74%
B = 8.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#94CA21 (or 0x94CA21) is known color: Yellow Green. HEX triplet: 94, CA and 21. RGB value is (148,202,33). Sum of RGB (Red+Green+Blue) = 148+202+33=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA21 is #6B35DE. Grayscale: #A7A7A7. Windows color (decimal): -7026143 or 2214548. OLE color: 2214548.

HSL color Cylindrical-coordinate representation of color #94CA21: hue angle of 79.17º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94CA21 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 33 -
CMYK 0.27 0 0.84 0.21
HSL 79.17º 0.72% 0.46% -
HSV(B) 79.17º 0.84% 0.79% -
XYZ 33.61 48.65 9.06 -
YUV 166.59 52.61 114.74 -
System Red Green Blue C M Y K H S L
Decimal 148 202 33 0.27 0 0.84 0.21 79.17 0.72 0.46
Hex 94 CA 21 1B 0 54 15 4F 48 2E
Octal 224 312 41 33 0 124 25 117 110 56
Binary 10010100 11001010 100001 11011 0 1010100 10101 1001111 1001000 101110

Color Harmonies of #94CA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA21

Black with #94CA21

Text Example


Text Example

White with #94CA21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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