Html Css Color HEX #BFEE2D Las Palmas

📋 copy color: '#BFEE2D'

red 191 ◦ green 238 ◦ blue 45

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

Shades of Las Palmas #BFEE2D

Tints of Las Palmas #BFEE2D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.21%

 BLUE value IS 45 (17.97% from 255) = 9.49%

R = 40.3%
G = 50.21%
B = 9.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#BFEE2D (or 0xBFEE2D) is known color: Las Palmas. HEX triplet: BF, EE and 2D. RGB value is (191,238,45). Sum of RGB (Red+Green+Blue) = 191+238+45=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE2D is #4011D2. Grayscale: #CACACA. Windows color (decimal): -4198867 or 3010239. OLE color: 3010239.

HSL color Cylindrical-coordinate representation of color #BFEE2D: hue angle of 74.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFEE2D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 45 -
CMYK 0.20 0 0.81 0.07
HSL 74.61º 0.85% 0.55% -
HSV(B) 74.61º 0.81% 0.93% -
XYZ 52.53 72.41 13.69 -
YUV 201.95 39.43 120.19 -
System Red Green Blue C M Y K H S L
Decimal 191 238 45 0.20 0 0.81 0.07 74.61 0.85 0.55
Hex BF EE 2D 14 0 51 7 4B 55 37
Octal 277 356 55 24 0 121 7 113 125 67
Binary 10111111 11101110 101101 10100 0 1010001 111 1001011 1010101 110111

Color Harmonies of #BFEE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE2D

Black with #BFEE2D

Text Example


Text Example

White with #BFEE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE2D; }

 p { color: rgb(191,238,45); }

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

background-color css

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

 a { background-color: rgb(191,238,45); }

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

border-color css

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

 span { border-color: rgb(191,238,45); }

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