Html Css Color HEX #BADE42 Las Palmas

📋 copy color: '#BADE42'

red 186 ◦ green 222 ◦ blue 66

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

Shades of Las Palmas #BADE42

Tints of Las Palmas #BADE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.92%

R = 39.24%
G = 46.84%
B = 13.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#BADE42 (or 0xBADE42) is known color: Las Palmas. HEX triplet: BA, DE and 42. RGB value is (186,222,66). Sum of RGB (Red+Green+Blue) = 186+222+66=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE42 is #4521BD. Grayscale: #C2C2C2. Windows color (decimal): -4530622 or 4382394. OLE color: 4382394.

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

Color convert

RGB 186 222 66 -
CMYK 0.16 0 0.70 0.13
HSL 73.85º 0.7% 0.56% -
HSV(B) 73.85º 0.7% 0.87% -
XYZ 47.35 63.08 14.83 -
YUV 193.45 56.07 122.68 -
System Red Green Blue C M Y K H S L
Decimal 186 222 66 0.16 0 0.70 0.13 73.85 0.7 0.56
Hex BA DE 42 10 0 46 D 4A 46 38
Octal 272 336 102 20 0 106 15 112 106 70
Binary 10111010 11011110 1000010 10000 0 1000110 1101 1001010 1000110 111000

Color Harmonies of #BADE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE42

Black with #BADE42

Text Example


Text Example

White with #BADE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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