Html Css Color HEX #BADF41 Las Palmas

📋 copy color: '#BADF41'

red 186 ◦ green 223 ◦ blue 65

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

Shades of Las Palmas #BADF41

Tints of Las Palmas #BADF41

RGB

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

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

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

R = 39.24%
G = 47.05%
B = 13.71%

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

#BADF41 (or 0xBADF41) is known color: Las Palmas. HEX triplet: BA, DF and 41. RGB value is (186,223,65). Sum of RGB (Red+Green+Blue) = 186+223+65=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF41 is #4520BE. Grayscale: #C2C2C2. Windows color (decimal): -4530367 or 4317114. OLE color: 4317114.

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

Color convert

RGB 186 223 65 -
CMYK 0.17 0 0.71 0.13
HSL 74.05º 0.71% 0.56% -
HSV(B) 74.05º 0.71% 0.87% -
XYZ 47.59 63.6 14.77 -
YUV 193.93 55.24 122.35 -
System Red Green Blue C M Y K H S L
Decimal 186 223 65 0.17 0 0.71 0.13 74.05 0.71 0.56
Hex BA DF 41 11 0 47 D 4A 47 38
Octal 272 337 101 21 0 107 15 112 107 70
Binary 10111010 11011111 1000001 10001 0 1000111 1101 1001010 1000111 111000

Color Harmonies of #BADF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF41

Black with #BADF41

Text Example


Text Example

White with #BADF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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