Html Css Color HEX #BADF37 Las Palmas

📋 copy color: '#BADF37'

red 186 ◦ green 223 ◦ blue 55

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

Shades of Las Palmas #BADF37

Tints of Las Palmas #BADF37

RGB

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

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

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

R = 40.09%
G = 48.06%
B = 11.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#BADF37 (or 0xBADF37) is known color: Las Palmas. HEX triplet: BA, DF and 37. RGB value is (186,223,55). Sum of RGB (Red+Green+Blue) = 186+223+55=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 55 (21.88% from 255 or 11.85% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF37 is #4520C8. Grayscale: #C1C1C1. Windows color (decimal): -4530377 or 3661754. OLE color: 3661754.

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

Color convert

RGB 186 223 55 -
CMYK 0.17 0 0.75 0.13
HSL 73.21º 0.72% 0.55% -
HSV(B) 73.21º 0.75% 0.87% -
XYZ 47.33 63.49 13.37 -
YUV 192.79 50.24 123.16 -
System Red Green Blue C M Y K H S L
Decimal 186 223 55 0.17 0 0.75 0.13 73.21 0.72 0.55
Hex BA DF 37 11 0 4B D 49 48 37
Octal 272 337 67 21 0 113 15 111 110 67
Binary 10111010 11011111 110111 10001 0 1001011 1101 1001001 1001000 110111

Color Harmonies of #BADF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF37

Black with #BADF37

Text Example


Text Example

White with #BADF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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