Html Css Color HEX #BFDF3D Las Palmas

📋 copy color: '#BFDF3D'

red 191 ◦ green 223 ◦ blue 61

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

Shades of Las Palmas #BFDF3D

Tints of Las Palmas #BFDF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.84%

R = 40.21%
G = 46.95%
B = 12.84%

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

#BFDF3D (or 0xBFDF3D) is known color: Las Palmas. HEX triplet: BF, DF and 3D. RGB value is (191,223,61). Sum of RGB (Red+Green+Blue) = 191+223+61=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF3D is #4020C2. Grayscale: #C3C3C3. Windows color (decimal): -4202691 or 4054975. OLE color: 4054975.

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

Color convert

RGB 191 223 61 -
CMYK 0.14 0 0.73 0.13
HSL 71.85º 0.72% 0.56% -
HSV(B) 71.85º 0.73% 0.87% -
XYZ 48.72 64.19 14.24 -
YUV 194.96 52.4 125.17 -
System Red Green Blue C M Y K H S L
Decimal 191 223 61 0.14 0 0.73 0.13 71.85 0.72 0.56
Hex BF DF 3D E 0 49 D 48 48 38
Octal 277 337 75 16 0 111 15 110 110 70
Binary 10111111 11011111 111101 1110 0 1001001 1101 1001000 1001000 111000

Color Harmonies of #BFDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF3D

Black with #BFDF3D

Text Example


Text Example

White with #BFDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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