Html Css Color HEX #BFD63C Las Palmas

📋 copy color: '#BFD63C'

red 191 ◦ green 214 ◦ blue 60

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

Shades of Las Palmas #BFD63C

Tints of Las Palmas #BFD63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

 BLUE value IS 60 (23.83% from 255) = 12.9%

R = 41.08%
G = 46.02%
B = 12.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#BFD63C (or 0xBFD63C) is known color: Las Palmas. HEX triplet: BF, D6 and 3C. RGB value is (191,214,60). Sum of RGB (Red+Green+Blue) = 191+214+60=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD63C is #4029C3. Grayscale: #BEBEBE. Windows color (decimal): -4204996 or 3987135. OLE color: 3987135.

HSL color Cylindrical-coordinate representation of color #BFD63C: hue angle of 68.96º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFD63C is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 60 -
CMYK 0.11 0 0.72 0.16
HSL 68.96º 0.65% 0.54% -
HSV(B) 68.96º 0.72% 0.84% -
XYZ 46.35 59.5 13.32 -
YUV 189.57 54.88 129.02 -
System Red Green Blue C M Y K H S L
Decimal 191 214 60 0.11 0 0.72 0.16 68.96 0.65 0.54
Hex BF D6 3C B 0 48 10 45 41 36
Octal 277 326 74 13 0 110 20 105 101 66
Binary 10111111 11010110 111100 1011 0 1001000 10000 1000101 1000001 110110

Color Harmonies of #BFD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD63C

Black with #BFD63C

Text Example


Text Example

White with #BFD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD63C; }

 p { color: rgb(191,214,60); }

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

background-color css

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

 a { background-color: rgb(191,214,60); }

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

border-color css

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

 span { border-color: rgb(191,214,60); }

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