Html Css Color HEX #BFDC3F Las Palmas

📋 copy color: '#BFDC3F'

red 191 ◦ green 220 ◦ blue 63

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

Shades of Las Palmas #BFDC3F

Tints of Las Palmas #BFDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.29%

R = 40.3%
G = 46.41%
B = 13.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#BFDC3F (or 0xBFDC3F) is known color: Las Palmas. HEX triplet: BF, DC and 3F. RGB value is (191,220,63). Sum of RGB (Red+Green+Blue) = 191+220+63=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDC3F is #4023C0. Grayscale: #C2C2C2. Windows color (decimal): -4203457 or 4185279. OLE color: 4185279.

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

Color convert

RGB 191 220 63 -
CMYK 0.13 0 0.71 0.14
HSL 71.08º 0.69% 0.55% -
HSV(B) 71.08º 0.71% 0.86% -
XYZ 47.98 62.62 14.26 -
YUV 193.43 54.39 126.27 -
System Red Green Blue C M Y K H S L
Decimal 191 220 63 0.13 0 0.71 0.14 71.08 0.69 0.55
Hex BF DC 3F D 0 47 E 47 45 37
Octal 277 334 77 15 0 107 16 107 105 67
Binary 10111111 11011100 111111 1101 0 1000111 1110 1000111 1000101 110111

Color Harmonies of #BFDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC3F

Black with #BFDC3F

Text Example


Text Example

White with #BFDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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