Html Css Color HEX #BADD3E Las Palmas

📋 copy color: '#BADD3E'

red 186 ◦ green 221 ◦ blue 62

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

Shades of Las Palmas #BADD3E

Tints of Las Palmas #BADD3E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

 BLUE value IS 62 (24.61% from 255) = 13.22%

R = 39.66%
G = 47.12%
B = 13.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#BADD3E (or 0xBADD3E) is known color: Las Palmas. HEX triplet: BA, DD and 3E. RGB value is (186,221,62). Sum of RGB (Red+Green+Blue) = 186+221+62=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD3E is #4522C1. Grayscale: #C1C1C1. Windows color (decimal): -4530882 or 4119994. OLE color: 4119994.

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

Color convert

RGB 186 221 62 -
CMYK 0.16 0 0.72 0.13
HSL 73.21º 0.7% 0.55% -
HSV(B) 73.21º 0.72% 0.87% -
XYZ 46.98 62.5 14.15 -
YUV 192.41 54.4 123.43 -
System Red Green Blue C M Y K H S L
Decimal 186 221 62 0.16 0 0.72 0.13 73.21 0.7 0.55
Hex BA DD 3E 10 0 48 D 49 46 37
Octal 272 335 76 20 0 110 15 111 106 67
Binary 10111010 11011101 111110 10000 0 1001000 1101 1001001 1000110 110111

Color Harmonies of #BADD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD3E

Black with #BADD3E

Text Example


Text Example

White with #BADD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD3E; }

 p { color: rgb(186,221,62); }

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

background-color css

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

 a { background-color: rgb(186,221,62); }

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

border-color css

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

 span { border-color: rgb(186,221,62); }

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