Html Css Color HEX #BDE53D Las Palmas

📋 copy color: '#BDE53D'

red 189 ◦ green 229 ◦ blue 61

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

Shades of Las Palmas #BDE53D

Tints of Las Palmas #BDE53D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.81%

 BLUE value IS 61 (24.22% from 255) = 12.73%

R = 39.46%
G = 47.81%
B = 12.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#BDE53D (or 0xBDE53D) is known color: Las Palmas. HEX triplet: BD, E5 and 3D. RGB value is (189,229,61). Sum of RGB (Red+Green+Blue) = 189+229+61=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 61 (24.22% from 255 or 12.73% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE53D is #421AC2. Grayscale: #C6C6C6. Windows color (decimal): -4332227 or 4056509. OLE color: 4056509.

HSL color Cylindrical-coordinate representation of color #BDE53D: hue angle of 74.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDE53D is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 61 -
CMYK 0.17 0 0.73 0.10
HSL 74.29º 0.76% 0.57% -
HSV(B) 74.29º 0.73% 0.9% -
XYZ 49.85 67.19 14.76 -
YUV 197.89 50.75 121.66 -
System Red Green Blue C M Y K H S L
Decimal 189 229 61 0.17 0 0.73 0.10 74.29 0.76 0.57
Hex BD E5 3D 11 0 49 A 4A 4C 39
Octal 275 345 75 21 0 111 12 112 114 71
Binary 10111101 11100101 111101 10001 0 1001001 1010 1001010 1001100 111001

Color Harmonies of #BDE53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE53D

Black with #BDE53D

Text Example


Text Example

White with #BDE53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE53D; }

 p { color: rgb(189,229,61); }

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

background-color css

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

 a { background-color: rgb(189,229,61); }

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

border-color css

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

 span { border-color: rgb(189,229,61); }

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