Html Css Color HEX #BCDF38 Las Palmas

📋 copy color: '#BCDF38'

red 188 ◦ green 223 ◦ blue 56

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

Shades of Las Palmas #BCDF38

Tints of Las Palmas #BCDF38

RGB

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

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

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

R = 40.26%
G = 47.75%
B = 11.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#BCDF38 (or 0xBCDF38) is known color: Las Palmas. HEX triplet: BC, DF and 38. RGB value is (188,223,56). Sum of RGB (Red+Green+Blue) = 188+223+56=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF38 is #4320C7. Grayscale: #C2C2C2. Windows color (decimal): -4399304 or 3727292. OLE color: 3727292.

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

Color convert

RGB 188 223 56 -
CMYK 0.16 0 0.75 0.13
HSL 72.57º 0.72% 0.55% -
HSV(B) 72.57º 0.75% 0.87% -
XYZ 47.84 63.75 13.53 -
YUV 193.5 50.4 124.08 -
System Red Green Blue C M Y K H S L
Decimal 188 223 56 0.16 0 0.75 0.13 72.57 0.72 0.55
Hex BC DF 38 10 0 4B D 49 48 37
Octal 274 337 70 20 0 113 15 111 110 67
Binary 10111100 11011111 111000 10000 0 1001011 1101 1001001 1001000 110111

Color Harmonies of #BCDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF38

Black with #BCDF38

Text Example


Text Example

White with #BCDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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