Html Css Color HEX #B8D542 Las Palmas

📋 copy color: '#B8D542'

red 184 ◦ green 213 ◦ blue 66

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

Shades of Las Palmas #B8D542

Tints of Las Palmas #B8D542

RGB

 RED value IS 184 (72.27% from 255) = 39.74%

 GREEN value IS 213 (83.59% from 255) = 46%

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

R = 39.74%
G = 46%
B = 14.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#B8D542 (or 0xB8D542) is known color: Las Palmas. HEX triplet: B8, D5 and 42. RGB value is (184,213,66). Sum of RGB (Red+Green+Blue) = 184+213+66=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D542 is #472ABD. Grayscale: #BCBCBC. Windows color (decimal): -4663998 or 4380088. OLE color: 4380088.

HSL color Cylindrical-coordinate representation of color #B8D542: hue angle of 71.84º degrees, saturation: 0.64, 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 #B8D542 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 213 66 -
CMYK 0.14 0 0.69 0.16
HSL 71.84º 0.64% 0.55% -
HSV(B) 71.84º 0.69% 0.84% -
XYZ 44.54 58.17 14.03 -
YUV 187.57 59.39 125.45 -
System Red Green Blue C M Y K H S L
Decimal 184 213 66 0.14 0 0.69 0.16 71.84 0.64 0.55
Hex B8 D5 42 E 0 45 10 48 40 37
Octal 270 325 102 16 0 105 20 110 100 67
Binary 10111000 11010101 1000010 1110 0 1000101 10000 1001000 1000000 110111

Color Harmonies of #B8D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D542

Black with #B8D542

Text Example


Text Example

White with #B8D542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D542; }

 p { color: rgb(184,213,66); }

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

background-color css

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

 a { background-color: rgb(184,213,66); }

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

border-color css

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

 span { border-color: rgb(184,213,66); }

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