Html Css Color HEX #BFEE40 Las Palmas

📋 copy color: '#BFEE40'

red 191 ◦ green 238 ◦ blue 64

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

Shades of Las Palmas #BFEE40

Tints of Las Palmas #BFEE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.98%

R = 38.74%
G = 48.28%
B = 12.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#BFEE40 (or 0xBFEE40) is known color: Las Palmas. HEX triplet: BF, EE and 40. RGB value is (191,238,64). Sum of RGB (Red+Green+Blue) = 191+238+64=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE40 is #4011BF. Grayscale: #CCCCCC. Windows color (decimal): -4198848 or 4255423. OLE color: 4255423.

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

Color convert

RGB 191 238 64 -
CMYK 0.20 0 0.73 0.07
HSL 76.21º 0.84% 0.59% -
HSV(B) 76.21º 0.73% 0.93% -
XYZ 52.99 72.6 16.07 -
YUV 204.11 48.93 118.65 -
System Red Green Blue C M Y K H S L
Decimal 191 238 64 0.20 0 0.73 0.07 76.21 0.84 0.59
Hex BF EE 40 14 0 49 7 4C 54 3B
Octal 277 356 100 24 0 111 7 114 124 73
Binary 10111111 11101110 1000000 10100 0 1001001 111 1001100 1010100 111011

Color Harmonies of #BFEE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE40

Black with #BFEE40

Text Example


Text Example

White with #BFEE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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