Html Css Color HEX #BDDD3E Las Palmas

📋 copy color: '#BDDD3E'

red 189 ◦ green 221 ◦ blue 62

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

Shades of Las Palmas #BDDD3E

Tints of Las Palmas #BDDD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.14%

R = 40.04%
G = 46.82%
B = 13.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#BDDD3E (or 0xBDDD3E) is known color: Las Palmas. HEX triplet: BD, DD and 3E. RGB value is (189,221,62). Sum of RGB (Red+Green+Blue) = 189+221+62=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD3E is #4222C1. Grayscale: #C1C1C1. Windows color (decimal): -4334274 or 4119997. OLE color: 4119997.

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

Color convert

RGB 189 221 62 -
CMYK 0.14 0 0.72 0.13
HSL 72.08º 0.7% 0.55% -
HSV(B) 72.08º 0.72% 0.87% -
XYZ 47.71 62.88 14.18 -
YUV 193.31 53.9 124.93 -
System Red Green Blue C M Y K H S L
Decimal 189 221 62 0.14 0 0.72 0.13 72.08 0.7 0.55
Hex BD DD 3E E 0 48 D 48 46 37
Octal 275 335 76 16 0 110 15 110 106 67
Binary 10111101 11011101 111110 1110 0 1001000 1101 1001000 1000110 110111

Color Harmonies of #BDDD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDD3E

Black with #BDDD3E

Text Example


Text Example

White with #BDDD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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