Html Css Color HEX #BFDC42 Las Palmas

📋 copy color: '#BFDC42'

red 191 ◦ green 220 ◦ blue 66

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

Shades of Las Palmas #BFDC42

Tints of Las Palmas #BFDC42

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

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

R = 40.04%
G = 46.12%
B = 13.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#BFDC42 (or 0xBFDC42) is known color: Las Palmas. HEX triplet: BF, DC and 42. RGB value is (191,220,66). Sum of RGB (Red+Green+Blue) = 191+220+66=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC42 is #4023BD. Grayscale: #C2C2C2. Windows color (decimal): -4203454 or 4381887. OLE color: 4381887.

HSL color Cylindrical-coordinate representation of color #BFDC42: hue angle of 71.3º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFDC42 is Cyan = 0.13, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 66 -
CMYK 0.13 0 0.7 0.14
HSL 71.3º 0.69% 0.56% -
HSV(B) 71.3º 0.7% 0.86% -
XYZ 48.06 62.66 14.71 -
YUV 193.77 55.89 126.02 -
System Red Green Blue C M Y K H S L
Decimal 191 220 66 0.13 0 0.7 0.14 71.3 0.69 0.56
Hex BF DC 42 D 0 46 E 47 45 38
Octal 277 334 102 15 0 106 16 107 105 70
Binary 10111111 11011100 1000010 1101 0 1000110 1110 1000111 1000101 111000

Color Harmonies of #BFDC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC42

Black with #BFDC42

Text Example


Text Example

White with #BFDC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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