Html Css Color HEX #BDE037 Las Palmas

📋 copy color: '#BDE037'

red 189 ◦ green 224 ◦ blue 55

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

Shades of Las Palmas #BDE037

Tints of Las Palmas #BDE037

RGB

 RED value IS 189 (74.22% from 255) = 40.38%

 GREEN value IS 224 (87.89% from 255) = 47.86%

 BLUE value IS 55 (21.88% from 255) = 11.75%

R = 40.38%
G = 47.86%
B = 11.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#BDE037 (or 0xBDE037) is known color: Las Palmas. HEX triplet: BD, E0 and 37. RGB value is (189,224,55). Sum of RGB (Red+Green+Blue) = 189+224+55=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE037 is #421FC8. Grayscale: #C2C2C2. Windows color (decimal): -4333513 or 3662013. OLE color: 3662013.

HSL color Cylindrical-coordinate representation of color #BDE037: hue angle of 72.43º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDE037 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 55 -
CMYK 0.16 0 0.75 0.12
HSL 72.43º 0.73% 0.55% -
HSV(B) 72.43º 0.75% 0.88% -
XYZ 48.33 64.41 13.5 -
YUV 194.27 49.4 124.24 -
System Red Green Blue C M Y K H S L
Decimal 189 224 55 0.16 0 0.75 0.12 72.43 0.73 0.55
Hex BD E0 37 10 0 4B C 48 49 37
Octal 275 340 67 20 0 113 14 110 111 67
Binary 10111101 11100000 110111 10000 0 1001011 1100 1001000 1001001 110111

Color Harmonies of #BDE037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE037

Black with #BDE037

Text Example


Text Example

White with #BDE037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE037; }

 p { color: rgb(189,224,55); }

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

background-color css

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

 a { background-color: rgb(189,224,55); }

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

border-color css

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

 span { border-color: rgb(189,224,55); }

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