Html Css Color HEX #BFDB3E Las Palmas

📋 copy color: '#BFDB3E'

red 191 ◦ green 219 ◦ blue 62

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

Shades of Las Palmas #BFDB3E

Tints of Las Palmas #BFDB3E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

 BLUE value IS 62 (24.61% from 255) = 13.14%

R = 40.47%
G = 46.4%
B = 13.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#BFDB3E (or 0xBFDB3E) is known color: Las Palmas. HEX triplet: BF, DB and 3E. RGB value is (191,219,62). Sum of RGB (Red+Green+Blue) = 191+219+62=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 62 (24.61% from 255 or 13.14% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDB3E is #4024C1. Grayscale: #C1C1C1. Windows color (decimal): -4203714 or 4119487. OLE color: 4119487.

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

Color convert

RGB 191 219 62 -
CMYK 0.13 0 0.72 0.14
HSL 70.7º 0.69% 0.55% -
HSV(B) 70.7º 0.72% 0.86% -
XYZ 47.69 62.09 14.03 -
YUV 192.73 54.22 126.77 -
System Red Green Blue C M Y K H S L
Decimal 191 219 62 0.13 0 0.72 0.14 70.7 0.69 0.55
Hex BF DB 3E D 0 48 E 47 45 37
Octal 277 333 76 15 0 110 16 107 105 67
Binary 10111111 11011011 111110 1101 0 1001000 1110 1000111 1000101 110111

Color Harmonies of #BFDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDB3E

Black with #BFDB3E

Text Example


Text Example

White with #BFDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDB3E; }

 p { color: rgb(191,219,62); }

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

background-color css

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

 a { background-color: rgb(191,219,62); }

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

border-color css

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

 span { border-color: rgb(191,219,62); }

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