Html Css Color HEX #BADD37 Las Palmas

📋 copy color: '#BADD37'

red 186 ◦ green 221 ◦ blue 55

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

Shades of Las Palmas #BADD37

Tints of Las Palmas #BADD37

RGB

 RED value IS 186 (73.05% from 255) = 40.26%

 GREEN value IS 221 (86.72% from 255) = 47.84%

 BLUE value IS 55 (21.88% from 255) = 11.9%

R = 40.26%
G = 47.84%
B = 11.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#BADD37 (or 0xBADD37) is known color: Las Palmas. HEX triplet: BA, DD and 37. RGB value is (186,221,55). Sum of RGB (Red+Green+Blue) = 186+221+55=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 55 (21.88% from 255 or 11.90% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD37 is #4522C8. Grayscale: #C0C0C0. Windows color (decimal): -4530889 or 3661242. OLE color: 3661242.

HSL color Cylindrical-coordinate representation of color #BADD37: hue angle of 72.65º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BADD37 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 55 -
CMYK 0.16 0 0.75 0.13
HSL 72.65º 0.71% 0.54% -
HSV(B) 72.65º 0.75% 0.87% -
XYZ 46.8 62.43 13.2 -
YUV 191.61 50.9 124 -
System Red Green Blue C M Y K H S L
Decimal 186 221 55 0.16 0 0.75 0.13 72.65 0.71 0.54
Hex BA DD 37 10 0 4B D 49 47 36
Octal 272 335 67 20 0 113 15 111 107 66
Binary 10111010 11011101 110111 10000 0 1001011 1101 1001001 1000111 110110

Color Harmonies of #BADD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD37

Black with #BADD37

Text Example


Text Example

White with #BADD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD37; }

 p { color: rgb(186,221,55); }

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

background-color css

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

 a { background-color: rgb(186,221,55); }

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

border-color css

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

 span { border-color: rgb(186,221,55); }

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