Html Css Color HEX #BFE334 Las Palmas

📋 copy color: '#BFE334'

red 191 ◦ green 227 ◦ blue 52

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

Shades of Las Palmas #BFE334

Tints of Las Palmas #BFE334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 40.64%
G = 48.3%
B = 11.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#BFE334 (or 0xBFE334) is known color: Las Palmas. HEX triplet: BF, E3 and 34. RGB value is (191,227,52). Sum of RGB (Red+Green+Blue) = 191+227+52=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE334 is #401CCB. Grayscale: #C4C4C4. Windows color (decimal): -4201676 or 3466175. OLE color: 3466175.

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

Color convert

RGB 191 227 52 -
CMYK 0.16 0 0.77 0.11
HSL 72.34º 0.76% 0.55% -
HSV(B) 72.34º 0.77% 0.89% -
XYZ 49.57 66.26 13.43 -
YUV 196.29 46.57 124.23 -
System Red Green Blue C M Y K H S L
Decimal 191 227 52 0.16 0 0.77 0.11 72.34 0.76 0.55
Hex BF E3 34 10 0 4D B 48 4C 37
Octal 277 343 64 20 0 115 13 110 114 67
Binary 10111111 11100011 110100 10000 0 1001101 1011 1001000 1001100 110111

Color Harmonies of #BFE334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE334

Black with #BFE334

Text Example


Text Example

White with #BFE334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE334; }

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

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

background-color css

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

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

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

border-color css

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

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

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