Html Css Color HEX #BFD642 Las Palmas

📋 copy color: '#BFD642'

red 191 ◦ green 214 ◦ blue 66

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

Shades of Las Palmas #BFD642

Tints of Las Palmas #BFD642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.01%

R = 40.55%
G = 45.44%
B = 14.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#BFD642 (or 0xBFD642) is known color: Las Palmas. HEX triplet: BF, D6 and 42. RGB value is (191,214,66). Sum of RGB (Red+Green+Blue) = 191+214+66=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD642 is #4029BD. Grayscale: #BEBEBE. Windows color (decimal): -4204990 or 4380351. OLE color: 4380351.

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

Color convert

RGB 191 214 66 -
CMYK 0.11 0 0.69 0.16
HSL 69.32º 0.64% 0.55% -
HSV(B) 69.32º 0.69% 0.84% -
XYZ 46.52 59.56 14.2 -
YUV 190.25 57.88 128.53 -
System Red Green Blue C M Y K H S L
Decimal 191 214 66 0.11 0 0.69 0.16 69.32 0.64 0.55
Hex BF D6 42 B 0 45 10 45 40 37
Octal 277 326 102 13 0 105 20 105 100 67
Binary 10111111 11010110 1000010 1011 0 1000101 10000 1000101 1000000 110111

Color Harmonies of #BFD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD642

Black with #BFD642

Text Example


Text Example

White with #BFD642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD642; }

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

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

background-color css

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

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

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

border-color css

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

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

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