Html Css Color HEX #BCED30 Las Palmas

📋 copy color: '#BCED30'

red 188 ◦ green 237 ◦ blue 48

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

Shades of Las Palmas #BCED30

Tints of Las Palmas #BCED30

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.11%

 BLUE value IS 48 (19.14% from 255) = 10.15%

R = 39.75%
G = 50.11%
B = 10.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#BCED30 (or 0xBCED30) is known color: Las Palmas. HEX triplet: BC, ED and 30. RGB value is (188,237,48). Sum of RGB (Red+Green+Blue) = 188+237+48=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCED30 is #4312CF. Grayscale: #C9C9C9. Windows color (decimal): -4395728 or 3206588. OLE color: 3206588.

HSL color Cylindrical-coordinate representation of color #BCED30: hue angle of 75.56º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCED30 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 48 -
CMYK 0.21 0 0.80 0.07
HSL 75.56º 0.84% 0.56% -
HSV(B) 75.56º 0.8% 0.93% -
XYZ 51.56 71.47 13.87 -
YUV 200.8 41.77 118.87 -
System Red Green Blue C M Y K H S L
Decimal 188 237 48 0.21 0 0.80 0.07 75.56 0.84 0.56
Hex BC ED 30 15 0 50 7 4C 54 38
Octal 274 355 60 25 0 120 7 114 124 70
Binary 10111100 11101101 110000 10101 0 1010000 111 1001100 1010100 111000

Color Harmonies of #BCED30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED30

Black with #BCED30

Text Example


Text Example

White with #BCED30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED30; }

 p { color: rgb(188,237,48); }

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

background-color css

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

 a { background-color: rgb(188,237,48); }

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

border-color css

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

 span { border-color: rgb(188,237,48); }

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