Html Css Color HEX #BFD641 Las Palmas

📋 copy color: '#BFD641'

red 191 ◦ green 214 ◦ blue 65

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

Shades of Las Palmas #BFD641

Tints of Las Palmas #BFD641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.83%

R = 40.64%
G = 45.53%
B = 13.83%

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

#BFD641 (or 0xBFD641) is known color: Las Palmas. HEX triplet: BF, D6 and 41. RGB value is (191,214,65). Sum of RGB (Red+Green+Blue) = 191+214+65=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD641 is #4029BE. Grayscale: #BEBEBE. Windows color (decimal): -4204991 or 4314815. OLE color: 4314815.

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

Color convert

RGB 191 214 65 -
CMYK 0.11 0 0.70 0.16
HSL 69.26º 0.65% 0.55% -
HSV(B) 69.26º 0.7% 0.84% -
XYZ 46.49 59.55 14.05 -
YUV 190.14 57.38 128.62 -
System Red Green Blue C M Y K H S L
Decimal 191 214 65 0.11 0 0.70 0.16 69.26 0.65 0.55
Hex BF D6 41 B 0 46 10 45 41 37
Octal 277 326 101 13 0 106 20 105 101 67
Binary 10111111 11010110 1000001 1011 0 1000110 10000 1000101 1000001 110111

Color Harmonies of #BFD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD641

Black with #BFD641

Text Example


Text Example

White with #BFD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD641; }

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

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

background-color css

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

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

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

border-color css

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

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

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