Html Css Color HEX #BCE62F Las Palmas

📋 copy color: '#BCE62F'

red 188 ◦ green 230 ◦ blue 47

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

Shades of Las Palmas #BCE62F

Tints of Las Palmas #BCE62F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.46%

 BLUE value IS 47 (18.75% from 255) = 10.11%

R = 40.43%
G = 49.46%
B = 10.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#BCE62F (or 0xBCE62F) is known color: Las Palmas. HEX triplet: BC, E6 and 2F. RGB value is (188,230,47). Sum of RGB (Red+Green+Blue) = 188+230+47=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE62F is #4319D0. Grayscale: #C5C5C5. Windows color (decimal): -4397521 or 3139260. OLE color: 3139260.

HSL color Cylindrical-coordinate representation of color #BCE62F: hue angle of 73.77º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCE62F is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 47 -
CMYK 0.18 0 0.80 0.10
HSL 73.77º 0.79% 0.54% -
HSV(B) 73.77º 0.8% 0.9% -
XYZ 49.55 67.49 13.1 -
YUV 196.58 43.59 121.88 -
System Red Green Blue C M Y K H S L
Decimal 188 230 47 0.18 0 0.80 0.10 73.77 0.79 0.54
Hex BC E6 2F 12 0 50 A 4A 4F 36
Octal 274 346 57 22 0 120 12 112 117 66
Binary 10111100 11100110 101111 10010 0 1010000 1010 1001010 1001111 110110

Color Harmonies of #BCE62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE62F

Black with #BCE62F

Text Example


Text Example

White with #BCE62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE62F; }

 p { color: rgb(188,230,47); }

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

background-color css

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

 a { background-color: rgb(188,230,47); }

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

border-color css

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

 span { border-color: rgb(188,230,47); }

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