Html Css Color HEX #BFE530 Las Palmas

📋 copy color: '#BFE530'

red 191 ◦ green 229 ◦ blue 48

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

Shades of Las Palmas #BFE530

Tints of Las Palmas #BFE530

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.93%

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

R = 40.81%
G = 48.93%
B = 10.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#BFE530 (or 0xBFE530) is known color: Las Palmas. HEX triplet: BF, E5 and 30. RGB value is (191,229,48). Sum of RGB (Red+Green+Blue) = 191+229+48=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE530 is #401ACF. Grayscale: #C5C5C5. Windows color (decimal): -4201168 or 3204543. OLE color: 3204543.

HSL color Cylindrical-coordinate representation of color #BFE530: hue angle of 72.6º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFE530 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 229 48 -
CMYK 0.17 0 0.79 0.10
HSL 72.6º 0.78% 0.54% -
HSV(B) 72.6º 0.79% 0.9% -
XYZ 50.04 67.33 13.15 -
YUV 197 43.91 123.72 -
System Red Green Blue C M Y K H S L
Decimal 191 229 48 0.17 0 0.79 0.10 72.6 0.78 0.54
Hex BF E5 30 11 0 4F A 49 4E 36
Octal 277 345 60 21 0 117 12 111 116 66
Binary 10111111 11100101 110000 10001 0 1001111 1010 1001001 1001110 110110

Color Harmonies of #BFE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE530

Black with #BFE530

Text Example


Text Example

White with #BFE530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE530; }

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

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

background-color css

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

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

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

border-color css

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

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

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