Html Css Color HEX #BCDF3E Las Palmas

📋 copy color: '#BCDF3E'

red 188 ◦ green 223 ◦ blue 62

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

Shades of Las Palmas #BCDF3E

Tints of Las Palmas #BCDF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.11%

R = 39.75%
G = 47.15%
B = 13.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#BCDF3E (or 0xBCDF3E) is known color: Las Palmas. HEX triplet: BC, DF and 3E. RGB value is (188,223,62). Sum of RGB (Red+Green+Blue) = 188+223+62=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF3E is #4320C1. Grayscale: #C2C2C2. Windows color (decimal): -4399298 or 4120508. OLE color: 4120508.

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

Color convert

RGB 188 223 62 -
CMYK 0.16 0 0.72 0.13
HSL 73.04º 0.72% 0.56% -
HSV(B) 73.04º 0.72% 0.87% -
XYZ 48 63.81 14.35 -
YUV 194.18 53.4 123.59 -
System Red Green Blue C M Y K H S L
Decimal 188 223 62 0.16 0 0.72 0.13 73.04 0.72 0.56
Hex BC DF 3E 10 0 48 D 49 48 38
Octal 274 337 76 20 0 110 15 111 110 70
Binary 10111100 11011111 111110 10000 0 1001000 1101 1001001 1001000 111000

Color Harmonies of #BCDF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF3E

Black with #BCDF3E

Text Example


Text Example

White with #BCDF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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