#B8DD3D

Color #B8DD3D Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #B8DD3D

Tints of Las Palmas #B8DD3D

Color information

#B8DD3D (or 0xB8DD3D) is unknown color: approx Las Palmas. HEX triplet: B8, DD and 3D. RGB value is (184,221,61). Sum of RGB (Red+Green+Blue) = 184+221+61=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DD3D is #4722C2. Grayscale: #C0C0C0. Windows color (decimal): -4661955 or 4054456. OLE color: 4054456.

HSL color Cylindrical-coordinate representation of color #B8DD3D: hue angle of 73.88º 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 #B8DD3D is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB18422161-
CMYK0.1700.720.13
HSL73.88º70.18%55.29%-
HSV(B)73.88º72.4%86.67%-
XYZ46.4762.2413.98-
YUV191.754.24122.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 221 (86.72% from 255) = 47.42%
BLUE value IS 61 (24.22% from 255) = 13.09%
R=39.48%
G=47.42%
B=13.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184221610.1700.720.1373.8870.1855.29
HexB8DD3D11048D4a4637
Octal270335752101101511210667
Binary10111000110111011111011000101001000110110010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DD3D; }

 p { color: rgb(184,221,61); }

 H1.HeaderClassName
 {
   color: #B8DD3D;
 }
 .AnyTagClassName
 {
   color: #B8DD3D;
 }
</style>
background-color css

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

 a { background-color: rgb(184,221,61); }

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

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

 span { border-color: rgb(184,221,61); }

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