Html Css Color HEX #BFDD3B Las Palmas

📋 copy color: '#BFDD3B'

red 191 ◦ green 221 ◦ blue 59

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

Shades of Las Palmas #BFDD3B

Tints of Las Palmas #BFDD3B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.92%

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

R = 40.55%
G = 46.92%
B = 12.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#BFDD3B (or 0xBFDD3B) is known color: Las Palmas. HEX triplet: BF, DD and 3B. RGB value is (191,221,59). Sum of RGB (Red+Green+Blue) = 191+221+59=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD3B is #4022C4. Grayscale: #C2C2C2. Windows color (decimal): -4203205 or 3923391. OLE color: 3923391.

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

Color convert

RGB 191 221 59 -
CMYK 0.14 0 0.73 0.13
HSL 71.11º 0.7% 0.55% -
HSV(B) 71.11º 0.73% 0.87% -
XYZ 48.13 63.11 13.78 -
YUV 193.56 52.06 126.17 -
System Red Green Blue C M Y K H S L
Decimal 191 221 59 0.14 0 0.73 0.13 71.11 0.7 0.55
Hex BF DD 3B E 0 49 D 47 46 37
Octal 277 335 73 16 0 111 15 107 106 67
Binary 10111111 11011101 111011 1110 0 1001001 1101 1000111 1000110 110111

Color Harmonies of #BFDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD3B

Black with #BFDD3B

Text Example


Text Example

White with #BFDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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