Html Css Color HEX #BFEE32 Las Palmas

📋 copy color: '#BFEE32'

red 191 ◦ green 238 ◦ blue 50

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

Shades of Las Palmas #BFEE32

Tints of Las Palmas #BFEE32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.44%

R = 39.87%
G = 49.69%
B = 10.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#BFEE32 (or 0xBFEE32) is known color: Las Palmas. HEX triplet: BF, EE and 32. RGB value is (191,238,50). Sum of RGB (Red+Green+Blue) = 191+238+50=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEE32 is #4011CD. Grayscale: #CBCBCB. Windows color (decimal): -4198862 or 3337919. OLE color: 3337919.

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

Color convert

RGB 191 238 50 -
CMYK 0.20 0 0.79 0.07
HSL 75º 0.85% 0.56% -
HSV(B) 75º 0.79% 0.93% -
XYZ 52.64 72.46 14.23 -
YUV 202.52 41.93 119.79 -
System Red Green Blue C M Y K H S L
Decimal 191 238 50 0.20 0 0.79 0.07 75 0.85 0.56
Hex BF EE 32 14 0 4F 7 4B 55 38
Octal 277 356 62 24 0 117 7 113 125 70
Binary 10111111 11101110 110010 10100 0 1001111 111 1001011 1010101 111000

Color Harmonies of #BFEE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE32

Black with #BFEE32

Text Example


Text Example

White with #BFEE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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