Html Css Color HEX #BDD241 Las Palmas

📋 copy color: '#BDD241'

red 189 ◦ green 210 ◦ blue 65

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

Shades of Las Palmas #BDD241

Tints of Las Palmas #BDD241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

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

R = 40.73%
G = 45.26%
B = 14.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#BDD241 (or 0xBDD241) is known color: Las Palmas. HEX triplet: BD, D2 and 41. RGB value is (189,210,65). Sum of RGB (Red+Green+Blue) = 189+210+65=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD241 is #422DBE. Grayscale: #BBBBBB. Windows color (decimal): -4337087 or 4313789. OLE color: 4313789.

HSL color Cylindrical-coordinate representation of color #BDD241: hue angle of 68.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDD241 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 210 65 -
CMYK 0.10 0 0.69 0.18
HSL 68.69º 0.62% 0.54% -
HSV(B) 68.69º 0.69% 0.82% -
XYZ 44.99 57.29 13.69 -
YUV 187.19 59.04 129.29 -
System Red Green Blue C M Y K H S L
Decimal 189 210 65 0.10 0 0.69 0.18 68.69 0.62 0.54
Hex BD D2 41 A 0 45 12 45 3E 36
Octal 275 322 101 12 0 105 22 105 76 66
Binary 10111101 11010010 1000001 1010 0 1000101 10010 1000101 111110 110110

Color Harmonies of #BDD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD241

Black with #BDD241

Text Example


Text Example

White with #BDD241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD241; }

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

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

background-color css

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

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

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

border-color css

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

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

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