#94CF33

Color #94CF33 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #94CF33

Tints of Yellow Green #94CF33

Color information

#94CF33 (or 0x94CF33) is unknown color: approx Yellow Green. HEX triplet: 94, CF and 33. RGB value is (148,207,51). Sum of RGB (Red+Green+Blue) = 148+207+51=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CF33 is #6B30CC. Grayscale: #ACACAC. Windows color (decimal): -7024845 or 3395476. OLE color: 3395476.

HSL color Cylindrical-coordinate representation of color #94CF33: hue angle of 82.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94CF33 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB14820751-
CMYK0.2900.750.19
HSL82.69º61.9%50.59%-
HSV(B)82.69º75.36%81.18%-
XYZ35.1251.1611.16-
YUV171.5759.95111.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 207 (81.25% from 255) = 50.99%
BLUE value IS 51 (20.31% from 255) = 12.56%
R=36.45%
G=50.99%
B=12.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148207510.2900.750.1982.6961.950.59
Hex94CF331D04B13533e33
Octal22431763350113231237663
Binary10010100110011111100111110101001011100111010011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,207,51); }

 H1.HeaderClassName
 {
   color: #94CF33;
 }
 .AnyTagClassName
 {
   color: #94CF33;
 }
</style>
background-color css

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

 a { background-color: rgb(148,207,51); }

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

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

 span { border-color: rgb(148,207,51); }

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