Html Css Color HEX #BDDD33 Las Palmas

📋 copy color: '#BDDD33'

red 189 ◦ green 221 ◦ blue 51

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

Shades of Las Palmas #BDDD33

Tints of Las Palmas #BDDD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.06%

R = 41%
G = 47.94%
B = 11.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#BDDD33 (or 0xBDDD33) is known color: Las Palmas. HEX triplet: BD, DD and 33. RGB value is (189,221,51). Sum of RGB (Red+Green+Blue) = 189+221+51=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD33 is #4222CC. Grayscale: #C0C0C0. Windows color (decimal): -4334285 or 3399101. OLE color: 3399101.

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

Color convert

RGB 189 221 51 -
CMYK 0.14 0 0.77 0.13
HSL 71.29º 0.71% 0.53% -
HSV(B) 71.29º 0.77% 0.87% -
XYZ 47.44 62.77 12.75 -
YUV 192.05 48.4 125.82 -
System Red Green Blue C M Y K H S L
Decimal 189 221 51 0.14 0 0.77 0.13 71.29 0.71 0.53
Hex BD DD 33 E 0 4D D 47 47 35
Octal 275 335 63 16 0 115 15 107 107 65
Binary 10111101 11011101 110011 1110 0 1001101 1101 1000111 1000111 110101

Color Harmonies of #BDDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD33

Black with #BDDD33

Text Example


Text Example

White with #BDDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD33; }

 p { color: rgb(189,221,51); }

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

background-color css

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

 a { background-color: rgb(189,221,51); }

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

border-color css

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

 span { border-color: rgb(189,221,51); }

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