Html Css Color HEX #BCDF40 Las Palmas

📋 copy color: '#BCDF40'

red 188 ◦ green 223 ◦ blue 64

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

Shades of Las Palmas #BCDF40

Tints of Las Palmas #BCDF40

RGB

 RED value IS 188 (73.83% from 255) = 39.58%

 GREEN value IS 223 (87.5% from 255) = 46.95%

 BLUE value IS 64 (25.39% from 255) = 13.47%

R = 39.58%
G = 46.95%
B = 13.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#BCDF40 (or 0xBCDF40) is known color: Las Palmas. HEX triplet: BC, DF and 40. RGB value is (188,223,64). Sum of RGB (Red+Green+Blue) = 188+223+64=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF40 is #4320BF. Grayscale: #C3C3C3. Windows color (decimal): -4399296 or 4251580. OLE color: 4251580.

HSL color Cylindrical-coordinate representation of color #BCDF40: hue angle of 73.21º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCDF40 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 64 -
CMYK 0.16 0 0.71 0.13
HSL 73.21º 0.71% 0.56% -
HSV(B) 73.21º 0.71% 0.87% -
XYZ 48.05 63.84 14.64 -
YUV 194.41 54.4 123.43 -
System Red Green Blue C M Y K H S L
Decimal 188 223 64 0.16 0 0.71 0.13 73.21 0.71 0.56
Hex BC DF 40 10 0 47 D 49 47 38
Octal 274 337 100 20 0 107 15 111 107 70
Binary 10111100 11011111 1000000 10000 0 1000111 1101 1001001 1000111 111000

Color Harmonies of #BCDF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF40

Black with #BCDF40

Text Example


Text Example

White with #BCDF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF40; }

 p { color: rgb(188,223,64); }

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

background-color css

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

 a { background-color: rgb(188,223,64); }

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

border-color css

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

 span { border-color: rgb(188,223,64); }

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