Html Css Color HEX #BADE3E Las Palmas

📋 copy color: '#BADE3E'

red 186 ◦ green 222 ◦ blue 62

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

Shades of Las Palmas #BADE3E

Tints of Las Palmas #BADE3E

RGB

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

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

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

R = 39.57%
G = 47.23%
B = 13.19%

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

#BADE3E (or 0xBADE3E) is known color: Las Palmas. HEX triplet: BA, DE and 3E. RGB value is (186,222,62). Sum of RGB (Red+Green+Blue) = 186+222+62=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 62 (24.61% from 255 or 13.19% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE3E is #4521C1. Grayscale: #C1C1C1. Windows color (decimal): -4530626 or 4120250. OLE color: 4120250.

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

Color convert

RGB 186 222 62 -
CMYK 0.16 0 0.72 0.13
HSL 73.5º 0.71% 0.56% -
HSV(B) 73.5º 0.72% 0.87% -
XYZ 47.24 63.03 14.23 -
YUV 193 54.07 123.01 -
System Red Green Blue C M Y K H S L
Decimal 186 222 62 0.16 0 0.72 0.13 73.5 0.71 0.56
Hex BA DE 3E 10 0 48 D 4A 47 38
Octal 272 336 76 20 0 110 15 112 107 70
Binary 10111010 11011110 111110 10000 0 1001000 1101 1001010 1000111 111000

Color Harmonies of #BADE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE3E

Black with #BADE3E

Text Example


Text Example

White with #BADE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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