Html Css Color HEX #BDD742 Las Palmas

📋 copy color: '#BDD742'

red 189 ◦ green 215 ◦ blue 66

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

Shades of Las Palmas #BDD742

Tints of Las Palmas #BDD742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.74%

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

R = 40.21%
G = 45.74%
B = 14.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#BDD742 (or 0xBDD742) is known color: Las Palmas. HEX triplet: BD, D7 and 42. RGB value is (189,215,66). Sum of RGB (Red+Green+Blue) = 189+215+66=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD742 is #4228BD. Grayscale: #BEBEBE. Windows color (decimal): -4335806 or 4380605. OLE color: 4380605.

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

Color convert

RGB 189 215 66 -
CMYK 0.12 0 0.69 0.16
HSL 70.47º 0.65% 0.55% -
HSV(B) 70.47º 0.69% 0.84% -
XYZ 46.27 59.81 14.26 -
YUV 190.24 57.89 127.12 -
System Red Green Blue C M Y K H S L
Decimal 189 215 66 0.12 0 0.69 0.16 70.47 0.65 0.55
Hex BD D7 42 C 0 45 10 46 41 37
Octal 275 327 102 14 0 105 20 106 101 67
Binary 10111101 11010111 1000010 1100 0 1000101 10000 1000110 1000001 110111

Color Harmonies of #BDD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD742

Black with #BDD742

Text Example


Text Example

White with #BDD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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