#b7dd38

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

Shades of Las Palmas #B7DD38

Tints of Las Palmas #B7DD38

Color information

#B7DD38 (or 0xB7DD38) is unknown color: approx Las Palmas. HEX triplet: B7, DD and 38. RGB value is (183,221,56). Sum of RGB (Red+Green+Blue) = 183+221+56=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD38 is #4822C7. Grayscale: #BFBFBF. Windows color (decimal): -4727496 or 3726775. OLE color: 3726775.

HSL color Cylindrical-coordinate representation of color #B7DD38: hue angle of 73.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7DD38 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB18322156-
CMYK0.1700.750.13
HSL73.82º70.82%54.31%-
HSV(B)73.82º74.66%86.67%-
XYZ46.162.0713.29-
YUV190.8351.91122.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 56 (22.27% from 255) = 12.17%
R=39.78%
G=48.04%
B=12.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183221560.1700.750.1373.8270.8254.31
HexB7DD381104BD4a4736
Octal267335702101131511210766
Binary10110111110111011110001000101001011110110010101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7dd38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7dd38; }

 p { color: rgb(183,221,56); }

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

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

 a { background-color: rgb(183,221,56); }

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

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

 span { border-color: rgb(183,221,56); }

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