#BFFC34

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

Shades of Green Yellow #BFFC34

Tints of Green Yellow #BFFC34

Color information

#BFFC34 (or 0xBFFC34) is unknown color: approx Green Yellow. HEX triplet: BF, FC and 34. RGB value is (191,252,52). Sum of RGB (Red+Green+Blue) = 191+252+52=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFC34 is #4003CB. Grayscale: #D3D3D3. Windows color (decimal): -4195276 or 3472575. OLE color: 3472575.

HSL color Cylindrical-coordinate representation of color #BFFC34: hue angle of 78.3º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFFC34 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB19125252-
CMYK0.2400.790.01
HSL78.3º97.09%59.61%-
HSV(B)78.3º79.37%98.82%-
XYZ56.9280.9515.87-
YUV210.9638.29113.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 252 (98.83% from 255) = 50.91%
BLUE value IS 52 (20.70% from 255) = 10.51%
R=38.59%
G=50.91%
B=10.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal191252520.2400.790.0178.397.0959.61
HexBFFC341804F14e613c
Octal27737464300117111614174
Binary10111111111111001101001100001001111110011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFC34; }

 p { color: rgb(191,252,52); }

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

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

 a { background-color: rgb(191,252,52); }

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

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

 span { border-color: rgb(191,252,52); }

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