Html Css Color HEX #BFE144 Las Palmas

📋 copy color: '#BFE144'

red 191 ◦ green 225 ◦ blue 68

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

Shades of Las Palmas #BFE144

Tints of Las Palmas #BFE144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.49%

 BLUE value IS 68 (26.95% from 255) = 14.05%

R = 39.46%
G = 46.49%
B = 14.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#BFE144 (or 0xBFE144) is known color: Las Palmas. HEX triplet: BF, E1 and 44. RGB value is (191,225,68). Sum of RGB (Red+Green+Blue) = 191+225+68=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE144 is #401EBB. Grayscale: #C5C5C5. Windows color (decimal): -4202172 or 4514239. OLE color: 4514239.

HSL color Cylindrical-coordinate representation of color #BFE144: hue angle of 72.99º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFE144 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 68 -
CMYK 0.15 0 0.70 0.12
HSL 72.99º 0.72% 0.57% -
HSV(B) 72.99º 0.7% 0.88% -
XYZ 49.45 65.34 15.48 -
YUV 196.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 191 225 68 0.15 0 0.70 0.12 72.99 0.72 0.57
Hex BF E1 44 F 0 46 C 49 48 39
Octal 277 341 104 17 0 106 14 111 110 71
Binary 10111111 11100001 1000100 1111 0 1000110 1100 1001001 1001000 111001

Color Harmonies of #BFE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE144

Black with #BFE144

Text Example


Text Example

White with #BFE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE144; }

 p { color: rgb(191,225,68); }

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

background-color css

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

 a { background-color: rgb(191,225,68); }

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

border-color css

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

 span { border-color: rgb(191,225,68); }

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