Html Css Color HEX #BFDA40 Las Palmas

📋 copy color: '#BFDA40'

red 191 ◦ green 218 ◦ blue 64

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

Shades of Las Palmas #BFDA40

Tints of Las Palmas #BFDA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

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

R = 40.38%
G = 46.09%
B = 13.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#BFDA40 (or 0xBFDA40) is known color: Las Palmas. HEX triplet: BF, DA and 40. RGB value is (191,218,64). Sum of RGB (Red+Green+Blue) = 191+218+64=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA40 is #4025BF. Grayscale: #C0C0C0. Windows color (decimal): -4203968 or 4250303. OLE color: 4250303.

HSL color Cylindrical-coordinate representation of color #BFDA40: hue angle of 70.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFDA40 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 64 -
CMYK 0.12 0 0.71 0.15
HSL 70.52º 0.68% 0.55% -
HSV(B) 70.52º 0.71% 0.85% -
XYZ 47.48 61.59 14.24 -
YUV 192.37 55.55 127.02 -
System Red Green Blue C M Y K H S L
Decimal 191 218 64 0.12 0 0.71 0.15 70.52 0.68 0.55
Hex BF DA 40 C 0 47 F 47 44 37
Octal 277 332 100 14 0 107 17 107 104 67
Binary 10111111 11011010 1000000 1100 0 1000111 1111 1000111 1000100 110111

Color Harmonies of #BFDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA40

Black with #BFDA40

Text Example


Text Example

White with #BFDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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