#BEFE34

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

Shades of Green Yellow #BEFE34

Tints of Green Yellow #BEFE34

Color information

#BEFE34 (or 0xBEFE34) is unknown color: approx Green Yellow. HEX triplet: BE, FE and 34. RGB value is (190,254,52). Sum of RGB (Red+Green+Blue) = 190+254+52=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFE34 is #4101CB. Grayscale: #D4D4D4. Windows color (decimal): -4260300 or 3473086. OLE color: 3473086.

HSL color Cylindrical-coordinate representation of color #BEFE34: hue angle of 79.01º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEFE34 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB19025452-
CMYK0.2500.800.00
HSL79.01º99.02%60%-
HSV(B)79.01º79.53%99.61%-
XYZ57.382.0816.07-
YUV211.8437.8112.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 254 (99.61% from 255) = 51.21%
BLUE value IS 52 (20.70% from 255) = 10.48%
R=38.31%
G=51.21%
B=10.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal190254520.2500.800.0079.0199.0260
HexBEFE341905004f633c
Octal27637664310120011714374
Binary10111110111111101101001100101010000010011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFE34; }

 p { color: rgb(190,254,52); }

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

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

 a { background-color: rgb(190,254,52); }

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

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

 span { border-color: rgb(190,254,52); }

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