#BFEC34

Color #BFEC34 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #BFEC34

Tints of Las Palmas #BFEC34

Color information

#BFEC34 (or 0xBFEC34) is unknown color: approx Las Palmas. HEX triplet: BF, EC and 34. RGB value is (191,236,52). Sum of RGB (Red+Green+Blue) = 191+236+52=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC34 is #4013CB. Grayscale: #CACACA. Windows color (decimal): -4199372 or 3468479. OLE color: 3468479.

HSL color Cylindrical-coordinate representation of color #BFEC34: hue angle of 74.67º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFEC34 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB19123652-
CMYK0.1900.780.07
HSL74.67º82.88%56.47%-
HSV(B)74.67º77.97%92.55%-
XYZ52.171.3214.27-
YUV201.5743.59120.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 52 (20.70% from 255) = 10.86%
R=39.87%
G=49.27%
B=10.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191236520.1900.780.0774.6782.8856.47
HexBFEC341304E74b5338
Octal27735464230116711312370
Binary1011111111101100110100100110100111011110010111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEC34; }

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

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

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

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

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

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

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

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