Html Css Color HEX #BFD640 Las Palmas

📋 copy color: '#BFD640'

red 191 ◦ green 214 ◦ blue 64

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

Shades of Las Palmas #BFD640

Tints of Las Palmas #BFD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

 BLUE value IS 64 (25.39% from 255) = 13.65%

R = 40.72%
G = 45.63%
B = 13.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#BFD640 (or 0xBFD640) is known color: Las Palmas. HEX triplet: BF, D6 and 40. RGB value is (191,214,64). Sum of RGB (Red+Green+Blue) = 191+214+64=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD640 is #4029BF. Grayscale: #BEBEBE. Windows color (decimal): -4204992 or 4249279. OLE color: 4249279.

HSL color Cylindrical-coordinate representation of color #BFD640: hue angle of 69.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD640 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 64 -
CMYK 0.11 0 0.70 0.16
HSL 69.2º 0.65% 0.55% -
HSV(B) 69.2º 0.7% 0.84% -
XYZ 46.46 59.54 13.89 -
YUV 190.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 191 214 64 0.11 0 0.70 0.16 69.2 0.65 0.55
Hex BF D6 40 B 0 46 10 45 41 37
Octal 277 326 100 13 0 106 20 105 101 67
Binary 10111111 11010110 1000000 1011 0 1000110 10000 1000101 1000001 110111

Color Harmonies of #BFD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD640

Black with #BFD640

Text Example


Text Example

White with #BFD640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD640; }

 p { color: rgb(191,214,64); }

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

background-color css

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

 a { background-color: rgb(191,214,64); }

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

border-color css

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

 span { border-color: rgb(191,214,64); }

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