Html Css Color HEX #BDD43E Las Palmas

📋 copy color: '#BDD43E'

red 189 ◦ green 212 ◦ blue 62

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

Shades of Las Palmas #BDD43E

Tints of Las Palmas #BDD43E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.79%

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

R = 40.82%
G = 45.79%
B = 13.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#BDD43E (or 0xBDD43E) is known color: Las Palmas. HEX triplet: BD, D4 and 3E. RGB value is (189,212,62). Sum of RGB (Red+Green+Blue) = 189+212+62=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD43E is #422BC1. Grayscale: #BCBCBC. Windows color (decimal): -4336578 or 4117693. OLE color: 4117693.

HSL color Cylindrical-coordinate representation of color #BDD43E: hue angle of 69.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDD43E is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 212 62 -
CMYK 0.11 0 0.71 0.17
HSL 69.2º 0.64% 0.54% -
HSV(B) 69.2º 0.71% 0.83% -
XYZ 45.4 58.25 13.41 -
YUV 188.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 189 212 62 0.11 0 0.71 0.17 69.2 0.64 0.54
Hex BD D4 3E B 0 47 11 45 40 36
Octal 275 324 76 13 0 107 21 105 100 66
Binary 10111101 11010100 111110 1011 0 1000111 10001 1000101 1000000 110110

Color Harmonies of #BDD43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD43E

Black with #BDD43E

Text Example


Text Example

White with #BDD43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD43E; }

 p { color: rgb(189,212,62); }

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

background-color css

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

 a { background-color: rgb(189,212,62); }

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

border-color css

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

 span { border-color: rgb(189,212,62); }

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