Html Css Color HEX #BFD63E Las Palmas

📋 copy color: '#BFD63E'

red 191 ◦ green 214 ◦ blue 62

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

Shades of Las Palmas #BFD63E

Tints of Las Palmas #BFD63E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 40.9%
G = 45.82%
B = 13.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#BFD63E (or 0xBFD63E) is known color: Las Palmas. HEX triplet: BF, D6 and 3E. RGB value is (191,214,62). Sum of RGB (Red+Green+Blue) = 191+214+62=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD63E is #4029C1. Grayscale: #BEBEBE. Windows color (decimal): -4204994 or 4118207. OLE color: 4118207.

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

Color convert

RGB 191 214 62 -
CMYK 0.11 0 0.71 0.16
HSL 69.08º 0.65% 0.54% -
HSV(B) 69.08º 0.71% 0.84% -
XYZ 46.4 59.52 13.6 -
YUV 189.8 55.88 128.86 -
System Red Green Blue C M Y K H S L
Decimal 191 214 62 0.11 0 0.71 0.16 69.08 0.65 0.54
Hex BF D6 3E B 0 47 10 45 41 36
Octal 277 326 76 13 0 107 20 105 101 66
Binary 10111111 11010110 111110 1011 0 1000111 10000 1000101 1000001 110110

Color Harmonies of #BFD63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD63E

Black with #BFD63E

Text Example


Text Example

White with #BFD63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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