Html Css Color HEX #BFDF3B Las Palmas

📋 copy color: '#BFDF3B'

red 191 ◦ green 223 ◦ blue 59

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

Shades of Las Palmas #BFDF3B

Tints of Las Palmas #BFDF3B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 59 (23.44% from 255) = 12.47%

R = 40.38%
G = 47.15%
B = 12.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#BFDF3B (or 0xBFDF3B) is known color: Las Palmas. HEX triplet: BF, DF and 3B. RGB value is (191,223,59). Sum of RGB (Red+Green+Blue) = 191+223+59=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF3B is #4020C4. Grayscale: #C3C3C3. Windows color (decimal): -4202693 or 3923903. OLE color: 3923903.

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

Color convert

RGB 191 223 59 -
CMYK 0.14 0 0.74 0.13
HSL 71.71º 0.72% 0.55% -
HSV(B) 71.71º 0.74% 0.87% -
XYZ 48.66 64.17 13.96 -
YUV 194.74 51.4 125.34 -
System Red Green Blue C M Y K H S L
Decimal 191 223 59 0.14 0 0.74 0.13 71.71 0.72 0.55
Hex BF DF 3B E 0 4A D 48 48 37
Octal 277 337 73 16 0 112 15 110 110 67
Binary 10111111 11011111 111011 1110 0 1001010 1101 1001000 1001000 110111

Color Harmonies of #BFDF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF3B

Black with #BFDF3B

Text Example


Text Example

White with #BFDF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF3B; }

 p { color: rgb(191,223,59); }

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

background-color css

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

 a { background-color: rgb(191,223,59); }

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

border-color css

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

 span { border-color: rgb(191,223,59); }

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