Html Css Color HEX #BFDA3D Las Palmas

📋 copy color: '#BFDA3D'

red 191 ◦ green 218 ◦ blue 61

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

Shades of Las Palmas #BFDA3D

Tints of Las Palmas #BFDA3D

RGB

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

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

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

R = 40.64%
G = 46.38%
B = 12.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#BFDA3D (or 0xBFDA3D) is known color: Las Palmas. HEX triplet: BF, DA and 3D. RGB value is (191,218,61). Sum of RGB (Red+Green+Blue) = 191+218+61=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA3D is #4025C2. Grayscale: #C0C0C0. Windows color (decimal): -4203971 or 4053695. OLE color: 4053695.

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

Color convert

RGB 191 218 61 -
CMYK 0.12 0 0.72 0.15
HSL 70.32º 0.68% 0.55% -
HSV(B) 70.32º 0.72% 0.85% -
XYZ 47.4 61.56 13.8 -
YUV 192.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 191 218 61 0.12 0 0.72 0.15 70.32 0.68 0.55
Hex BF DA 3D C 0 48 F 46 44 37
Octal 277 332 75 14 0 110 17 106 104 67
Binary 10111111 11011010 111101 1100 0 1001000 1111 1000110 1000100 110111

Color Harmonies of #BFDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA3D

Black with #BFDA3D

Text Example


Text Example

White with #BFDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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