Html Css Color HEX #BFEB30 Las Palmas

📋 copy color: '#BFEB30'

red 191 ◦ green 235 ◦ blue 48

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

Shades of Las Palmas #BFEB30

Tints of Las Palmas #BFEB30

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.58%

 BLUE value IS 48 (19.14% from 255) = 10.13%

R = 40.3%
G = 49.58%
B = 10.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#BFEB30 (or 0xBFEB30) is known color: Las Palmas. HEX triplet: BF, EB and 30. RGB value is (191,235,48). Sum of RGB (Red+Green+Blue) = 191+235+48=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEB30 is #4014CF. Grayscale: #C9C9C9. Windows color (decimal): -4199632 or 3206079. OLE color: 3206079.

HSL color Cylindrical-coordinate representation of color #BFEB30: hue angle of 74.12º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFEB30 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 235 48 -
CMYK 0.19 0 0.80 0.08
HSL 74.12º 0.82% 0.55% -
HSV(B) 74.12º 0.8% 0.92% -
XYZ 51.73 70.71 13.72 -
YUV 200.53 41.92 121.21 -
System Red Green Blue C M Y K H S L
Decimal 191 235 48 0.19 0 0.80 0.08 74.12 0.82 0.55
Hex BF EB 30 13 0 50 8 4A 52 37
Octal 277 353 60 23 0 120 10 112 122 67
Binary 10111111 11101011 110000 10011 0 1010000 1000 1001010 1010010 110111

Color Harmonies of #BFEB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEB30

Black with #BFEB30

Text Example


Text Example

White with #BFEB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEB30; }

 p { color: rgb(191,235,48); }

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

background-color css

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

 a { background-color: rgb(191,235,48); }

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

border-color css

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

 span { border-color: rgb(191,235,48); }

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