Html Css Color HEX #BADF40 Las Palmas

📋 copy color: '#BADF40'

red 186 ◦ green 223 ◦ blue 64

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

Shades of Las Palmas #BADF40

Tints of Las Palmas #BADF40

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 64 (25.39% from 255) = 13.53%

R = 39.32%
G = 47.15%
B = 13.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#BADF40 (or 0xBADF40) is known color: Las Palmas. HEX triplet: BA, DF and 40. RGB value is (186,223,64). Sum of RGB (Red+Green+Blue) = 186+223+64=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF40 is #4520BF. Grayscale: #C2C2C2. Windows color (decimal): -4530368 or 4251578. OLE color: 4251578.

HSL color Cylindrical-coordinate representation of color #BADF40: hue angle of 73.96º degrees, saturation: 0.71, 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 #BADF40 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 64 -
CMYK 0.17 0 0.71 0.13
HSL 73.96º 0.71% 0.56% -
HSV(B) 73.96º 0.71% 0.87% -
XYZ 47.56 63.58 14.62 -
YUV 193.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 186 223 64 0.17 0 0.71 0.13 73.96 0.71 0.56
Hex BA DF 40 11 0 47 D 4A 47 38
Octal 272 337 100 21 0 107 15 112 107 70
Binary 10111010 11011111 1000000 10001 0 1000111 1101 1001010 1000111 111000

Color Harmonies of #BADF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF40

Black with #BADF40

Text Example


Text Example

White with #BADF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF40; }

 p { color: rgb(186,223,64); }

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

background-color css

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

 a { background-color: rgb(186,223,64); }

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

border-color css

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

 span { border-color: rgb(186,223,64); }

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