Html Css Color HEX #BFEC38 Las Palmas

📋 copy color: '#BFEC38'

red 191 ◦ green 236 ◦ blue 56

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

Shades of Las Palmas #BFEC38

Tints of Las Palmas #BFEC38

RGB

 RED value IS 191 (75% from 255) = 39.54%

 GREEN value IS 236 (92.58% from 255) = 48.86%

 BLUE value IS 56 (22.27% from 255) = 11.59%

R = 39.54%
G = 48.86%
B = 11.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#BFEC38 (or 0xBFEC38) is known color: Las Palmas. HEX triplet: BF, EC and 38. RGB value is (191,236,56). Sum of RGB (Red+Green+Blue) = 191+236+56=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC38 is #4013C7. Grayscale: #CACACA. Windows color (decimal): -4199368 or 3730623. OLE color: 3730623.

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

Color convert

RGB 191 236 56 -
CMYK 0.19 0 0.76 0.07
HSL 75º 0.83% 0.57% -
HSV(B) 75º 0.76% 0.93% -
XYZ 52.2 71.35 14.76 -
YUV 202.03 45.59 120.14 -
System Red Green Blue C M Y K H S L
Decimal 191 236 56 0.19 0 0.76 0.07 75 0.83 0.57
Hex BF EC 38 13 0 4C 7 4B 53 39
Octal 277 354 70 23 0 114 7 113 123 71
Binary 10111111 11101100 111000 10011 0 1001100 111 1001011 1010011 111001

Color Harmonies of #BFEC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC38

Black with #BFEC38

Text Example


Text Example

White with #BFEC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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