Html Css Color HEX #BFD542 Las Palmas

📋 copy color: '#BFD542'

red 191 ◦ green 213 ◦ blue 66

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

Shades of Las Palmas #BFD542

Tints of Las Palmas #BFD542

RGB

 RED value IS 191 (75% from 255) = 40.64%

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

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

R = 40.64%
G = 45.32%
B = 14.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#BFD542 (or 0xBFD542) is known color: Las Palmas. HEX triplet: BF, D5 and 42. RGB value is (191,213,66). Sum of RGB (Red+Green+Blue) = 191+213+66=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD542 is #402ABD. Grayscale: #BEBEBE. Windows color (decimal): -4205246 or 4380095. OLE color: 4380095.

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

Color convert

RGB 191 213 66 -
CMYK 0.10 0 0.69 0.16
HSL 68.98º 0.64% 0.55% -
HSV(B) 68.98º 0.69% 0.84% -
XYZ 46.26 59.06 14.12 -
YUV 189.66 58.21 128.95 -
System Red Green Blue C M Y K H S L
Decimal 191 213 66 0.10 0 0.69 0.16 68.98 0.64 0.55
Hex BF D5 42 A 0 45 10 45 40 37
Octal 277 325 102 12 0 105 20 105 100 67
Binary 10111111 11010101 1000010 1010 0 1000101 10000 1000101 1000000 110111

Color Harmonies of #BFD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD542

Black with #BFD542

Text Example


Text Example

White with #BFD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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