Html Css Color HEX #BDD842 Las Palmas

📋 copy color: '#BDD842'

red 189 ◦ green 216 ◦ blue 66

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

Shades of Las Palmas #BDD842

Tints of Las Palmas #BDD842

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.86%

 BLUE value IS 66 (26.17% from 255) = 14.01%

R = 40.13%
G = 45.86%
B = 14.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#BDD842 (or 0xBDD842) is known color: Las Palmas. HEX triplet: BD, D8 and 42. RGB value is (189,216,66). Sum of RGB (Red+Green+Blue) = 189+216+66=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD842 is #4227BD. Grayscale: #BFBFBF. Windows color (decimal): -4335550 or 4380861. OLE color: 4380861.

HSL color Cylindrical-coordinate representation of color #BDD842: hue angle of 70.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDD842 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 216 66 -
CMYK 0.12 0 0.69 0.15
HSL 70.8º 0.66% 0.55% -
HSV(B) 70.8º 0.69% 0.85% -
XYZ 46.53 60.32 14.35 -
YUV 190.83 57.55 126.7 -
System Red Green Blue C M Y K H S L
Decimal 189 216 66 0.12 0 0.69 0.15 70.8 0.66 0.55
Hex BD D8 42 C 0 45 F 47 42 37
Octal 275 330 102 14 0 105 17 107 102 67
Binary 10111101 11011000 1000010 1100 0 1000101 1111 1000111 1000010 110111

Color Harmonies of #BDD842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD842

Black with #BDD842

Text Example


Text Example

White with #BDD842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD842; }

 p { color: rgb(189,216,66); }

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

background-color css

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

 a { background-color: rgb(189,216,66); }

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

border-color css

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

 span { border-color: rgb(189,216,66); }

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