Html Css Color HEX #BADD42 Las Palmas

📋 copy color: '#BADD42'

red 186 ◦ green 221 ◦ blue 66

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

Shades of Las Palmas #BADD42

Tints of Las Palmas #BADD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.95%

R = 39.32%
G = 46.72%
B = 13.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#BADD42 (or 0xBADD42) is known color: Las Palmas. HEX triplet: BA, DD and 42. RGB value is (186,221,66). Sum of RGB (Red+Green+Blue) = 186+221+66=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD42 is #4522BD. Grayscale: #C1C1C1. Windows color (decimal): -4530878 or 4382138. OLE color: 4382138.

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

Color convert

RGB 186 221 66 -
CMYK 0.16 0 0.70 0.13
HSL 73.55º 0.7% 0.56% -
HSV(B) 73.55º 0.7% 0.87% -
XYZ 47.09 62.55 14.74 -
YUV 192.87 56.4 123.1 -
System Red Green Blue C M Y K H S L
Decimal 186 221 66 0.16 0 0.70 0.13 73.55 0.7 0.56
Hex BA DD 42 10 0 46 D 4A 46 38
Octal 272 335 102 20 0 106 15 112 106 70
Binary 10111010 11011101 1000010 10000 0 1000110 1101 1001010 1000110 111000

Color Harmonies of #BADD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD42

Black with #BADD42

Text Example


Text Example

White with #BADD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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