Html Css Color HEX #BFDC38 Las Palmas

📋 copy color: '#BFDC38'

red 191 ◦ green 220 ◦ blue 56

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

Shades of Las Palmas #BFDC38

Tints of Las Palmas #BFDC38

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

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

R = 40.9%
G = 47.11%
B = 11.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#BFDC38 (or 0xBFDC38) is known color: Las Palmas. HEX triplet: BF, DC and 38. RGB value is (191,220,56). Sum of RGB (Red+Green+Blue) = 191+220+56=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC38 is #4023C7. Grayscale: #C1C1C1. Windows color (decimal): -4203464 or 3726527. OLE color: 3726527.

HSL color Cylindrical-coordinate representation of color #BFDC38: hue angle of 70.61º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFDC38 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 56 -
CMYK 0.13 0 0.75 0.14
HSL 70.61º 0.7% 0.54% -
HSV(B) 70.61º 0.75% 0.86% -
XYZ 47.79 62.55 13.3 -
YUV 192.63 50.89 126.84 -
System Red Green Blue C M Y K H S L
Decimal 191 220 56 0.13 0 0.75 0.14 70.61 0.7 0.54
Hex BF DC 38 D 0 4B E 47 46 36
Octal 277 334 70 15 0 113 16 107 106 66
Binary 10111111 11011100 111000 1101 0 1001011 1110 1000111 1000110 110110

Color Harmonies of #BFDC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC38

Black with #BFDC38

Text Example


Text Example

White with #BFDC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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