Html Css Color HEX #BDDC40 Las Palmas

📋 copy color: '#BDDC40'

red 189 ◦ green 220 ◦ blue 64

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

Shades of Las Palmas #BDDC40

Tints of Las Palmas #BDDC40

RGB

 RED value IS 189 (74.22% from 255) = 39.96%

 GREEN value IS 220 (86.33% from 255) = 46.51%

 BLUE value IS 64 (25.39% from 255) = 13.53%

R = 39.96%
G = 46.51%
B = 13.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#BDDC40 (or 0xBDDC40) is known color: Las Palmas. HEX triplet: BD, DC and 40. RGB value is (189,220,64). Sum of RGB (Red+Green+Blue) = 189+220+64=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC40 is #4223BF. Grayscale: #C1C1C1. Windows color (decimal): -4334528 or 4250813. OLE color: 4250813.

HSL color Cylindrical-coordinate representation of color #BDDC40: hue angle of 71.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDDC40 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 64 -
CMYK 0.14 0 0.71 0.14
HSL 71.92º 0.69% 0.56% -
HSV(B) 71.92º 0.71% 0.86% -
XYZ 47.5 62.38 14.39 -
YUV 192.95 55.23 125.18 -
System Red Green Blue C M Y K H S L
Decimal 189 220 64 0.14 0 0.71 0.14 71.92 0.69 0.56
Hex BD DC 40 E 0 47 E 48 45 38
Octal 275 334 100 16 0 107 16 110 105 70
Binary 10111101 11011100 1000000 1110 0 1000111 1110 1001000 1000101 111000

Color Harmonies of #BDDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC40

Black with #BDDC40

Text Example


Text Example

White with #BDDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC40; }

 p { color: rgb(189,220,64); }

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

background-color css

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

 a { background-color: rgb(189,220,64); }

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

border-color css

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

 span { border-color: rgb(189,220,64); }

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