Html Css Color HEX #94CC28 Yellow Green

📋 copy color: '#94CC28'

red 148 ◦ green 204 ◦ blue 40

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

Shades of Yellow Green #94CC28

Tints of Yellow Green #94CC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.2%

R = 37.76%
G = 52.04%
B = 10.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#94CC28 (or 0x94CC28) is known color: Yellow Green. HEX triplet: 94, CC and 28. RGB value is (148,204,40). Sum of RGB (Red+Green+Blue) = 148+204+40=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CC28 is #6B33D7. Grayscale: #A9A9A9. Windows color (decimal): -7025624 or 2673812. OLE color: 2673812.

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

Color convert

RGB 148 204 40 -
CMYK 0.27 0 0.80 0.2
HSL 80.49º 0.67% 0.48% -
HSV(B) 80.49º 0.8% 0.8% -
XYZ 34.19 49.63 9.79 -
YUV 168.56 55.45 113.34 -
System Red Green Blue C M Y K H S L
Decimal 148 204 40 0.27 0 0.80 0.2 80.49 0.67 0.48
Hex 94 CC 28 1B 0 50 14 50 43 30
Octal 224 314 50 33 0 120 24 120 103 60
Binary 10010100 11001100 101000 11011 0 1010000 10100 1010000 1000011 110000

Color Harmonies of #94CC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC28

Black with #94CC28

Text Example


Text Example

White with #94CC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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