Html Css Color HEX #BFE345 Las Palmas

📋 copy color: '#BFE345'

red 191 ◦ green 227 ◦ blue 69

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

Shades of Las Palmas #BFE345

Tints of Las Palmas #BFE345

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.61%

 BLUE value IS 69 (27.34% from 255) = 14.17%

R = 39.22%
G = 46.61%
B = 14.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#BFE345 (or 0xBFE345) is known color: Las Palmas. HEX triplet: BF, E3 and 45. RGB value is (191,227,69). Sum of RGB (Red+Green+Blue) = 191+227+69=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE345 is #401CBA. Grayscale: #C6C6C6. Windows color (decimal): -4201659 or 4580287. OLE color: 4580287.

HSL color Cylindrical-coordinate representation of color #BFE345: hue angle of 73.67º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFE345 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 69 -
CMYK 0.16 0 0.70 0.11
HSL 73.67º 0.74% 0.58% -
HSV(B) 73.67º 0.7% 0.89% -
XYZ 50.03 66.44 15.82 -
YUV 198.22 55.07 122.85 -
System Red Green Blue C M Y K H S L
Decimal 191 227 69 0.16 0 0.70 0.11 73.67 0.74 0.58
Hex BF E3 45 10 0 46 B 4A 4A 3A
Octal 277 343 105 20 0 106 13 112 112 72
Binary 10111111 11100011 1000101 10000 0 1000110 1011 1001010 1001010 111010

Color Harmonies of #BFE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE345

Black with #BFE345

Text Example


Text Example

White with #BFE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE345; }

 p { color: rgb(191,227,69); }

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

background-color css

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

 a { background-color: rgb(191,227,69); }

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

border-color css

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

 span { border-color: rgb(191,227,69); }

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