Html Css Color HEX #BCDF34 Las Palmas

📋 copy color: '#BCDF34'

red 188 ◦ green 223 ◦ blue 52

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

Shades of Las Palmas #BCDF34

Tints of Las Palmas #BCDF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.23%

R = 40.6%
G = 48.16%
B = 11.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#BCDF34 (or 0xBCDF34) is known color: Las Palmas. HEX triplet: BC, DF and 34. RGB value is (188,223,52). Sum of RGB (Red+Green+Blue) = 188+223+52=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF34 is #4320CB. Grayscale: #C1C1C1. Windows color (decimal): -4399308 or 3465148. OLE color: 3465148.

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

Color convert

RGB 188 223 52 -
CMYK 0.16 0 0.77 0.13
HSL 72.28º 0.73% 0.54% -
HSV(B) 72.28º 0.77% 0.87% -
XYZ 47.75 63.71 13.03 -
YUV 193.04 48.4 124.4 -
System Red Green Blue C M Y K H S L
Decimal 188 223 52 0.16 0 0.77 0.13 72.28 0.73 0.54
Hex BC DF 34 10 0 4D D 48 49 36
Octal 274 337 64 20 0 115 15 110 111 66
Binary 10111100 11011111 110100 10000 0 1001101 1101 1001000 1001001 110110

Color Harmonies of #BCDF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF34

Black with #BCDF34

Text Example


Text Example

White with #BCDF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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