Html Css Color HEX #BADD41 Las Palmas

📋 copy color: '#BADD41'

red 186 ◦ green 221 ◦ blue 65

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

Shades of Las Palmas #BADD41

Tints of Las Palmas #BADD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.77%

R = 39.41%
G = 46.82%
B = 13.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#BADD41 (or 0xBADD41) is known color: Las Palmas. HEX triplet: BA, DD and 41. RGB value is (186,221,65). Sum of RGB (Red+Green+Blue) = 186+221+65=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD41 is #4522BE. Grayscale: #C1C1C1. Windows color (decimal): -4530879 or 4316602. OLE color: 4316602.

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

Color convert

RGB 186 221 65 -
CMYK 0.16 0 0.71 0.13
HSL 73.46º 0.7% 0.56% -
HSV(B) 73.46º 0.71% 0.87% -
XYZ 47.06 62.53 14.59 -
YUV 192.75 55.9 123.18 -
System Red Green Blue C M Y K H S L
Decimal 186 221 65 0.16 0 0.71 0.13 73.46 0.7 0.56
Hex BA DD 41 10 0 47 D 49 46 38
Octal 272 335 101 20 0 107 15 111 106 70
Binary 10111010 11011101 1000001 10000 0 1000111 1101 1001001 1000110 111000

Color Harmonies of #BADD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD41

Black with #BADD41

Text Example


Text Example

White with #BADD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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