Html Css Color HEX #BADE41 Las Palmas

📋 copy color: '#BADE41'

red 186 ◦ green 222 ◦ blue 65

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

Shades of Las Palmas #BADE41

Tints of Las Palmas #BADE41

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.93%

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

R = 39.32%
G = 46.93%
B = 13.74%

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

#BADE41 (or 0xBADE41) is known color: Las Palmas. HEX triplet: BA, DE and 41. RGB value is (186,222,65). Sum of RGB (Red+Green+Blue) = 186+222+65=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE41 is #4521BE. Grayscale: #C1C1C1. Windows color (decimal): -4530623 or 4316858. OLE color: 4316858.

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

Color convert

RGB 186 222 65 -
CMYK 0.16 0 0.71 0.13
HSL 73.76º 0.7% 0.56% -
HSV(B) 73.76º 0.71% 0.87% -
XYZ 47.33 63.06 14.68 -
YUV 193.34 55.57 122.77 -
System Red Green Blue C M Y K H S L
Decimal 186 222 65 0.16 0 0.71 0.13 73.76 0.7 0.56
Hex BA DE 41 10 0 47 D 4A 46 38
Octal 272 336 101 20 0 107 15 112 106 70
Binary 10111010 11011110 1000001 10000 0 1000111 1101 1001010 1000110 111000

Color Harmonies of #BADE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE41

Black with #BADE41

Text Example


Text Example

White with #BADE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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