Html Css Color HEX #BDDD41 Las Palmas

📋 copy color: '#BDDD41'

red 189 ◦ green 221 ◦ blue 65

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

Shades of Las Palmas #BDDD41

Tints of Las Palmas #BDDD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.68%

R = 39.79%
G = 46.53%
B = 13.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#BDDD41 (or 0xBDDD41) is known color: Las Palmas. HEX triplet: BD, DD and 41. RGB value is (189,221,65). Sum of RGB (Red+Green+Blue) = 189+221+65=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD41 is #4222BE. Grayscale: #C2C2C2. Windows color (decimal): -4334271 or 4316605. OLE color: 4316605.

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

Color convert

RGB 189 221 65 -
CMYK 0.14 0 0.71 0.13
HSL 72.31º 0.7% 0.56% -
HSV(B) 72.31º 0.71% 0.87% -
XYZ 47.8 62.91 14.63 -
YUV 193.65 55.4 124.68 -
System Red Green Blue C M Y K H S L
Decimal 189 221 65 0.14 0 0.71 0.13 72.31 0.7 0.56
Hex BD DD 41 E 0 47 D 48 46 38
Octal 275 335 101 16 0 107 15 110 106 70
Binary 10111101 11011101 1000001 1110 0 1000111 1101 1001000 1000110 111000

Color Harmonies of #BDDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD41

Black with #BDDD41

Text Example


Text Example

White with #BDDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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