Html Css Color HEX #BDD83E Las Palmas

📋 copy color: '#BDD83E'

red 189 ◦ green 216 ◦ blue 62

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

Shades of Las Palmas #BDD83E

Tints of Las Palmas #BDD83E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

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

R = 40.47%
G = 46.25%
B = 13.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#BDD83E (or 0xBDD83E) is known color: Las Palmas. HEX triplet: BD, D8 and 3E. RGB value is (189,216,62). Sum of RGB (Red+Green+Blue) = 189+216+62=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD83E is #4227C1. Grayscale: #BEBEBE. Windows color (decimal): -4335554 or 4118717. OLE color: 4118717.

HSL color Cylindrical-coordinate representation of color #BDD83E: hue angle of 70.52º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDD83E is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 62 -
CMYK 0.12 0 0.71 0.15
HSL 70.52º 0.66% 0.55% -
HSV(B) 70.52º 0.71% 0.85% -
XYZ 46.41 60.28 13.75 -
YUV 190.37 55.55 127.02 -
System Red Green Blue C M Y K H S L
Decimal 189 216 62 0.12 0 0.71 0.15 70.52 0.66 0.55
Hex BD D8 3E C 0 47 F 47 42 37
Octal 275 330 76 14 0 107 17 107 102 67
Binary 10111101 11011000 111110 1100 0 1000111 1111 1000111 1000010 110111

Color Harmonies of #BDD83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD83E

Black with #BDD83E

Text Example


Text Example

White with #BDD83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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