Html Css Color HEX #BFE03A Las Palmas

📋 copy color: '#BFE03A'

red 191 ◦ green 224 ◦ blue 58

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

Shades of Las Palmas #BFE03A

Tints of Las Palmas #BFE03A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.36%

 BLUE value IS 58 (23.05% from 255) = 12.26%

R = 40.38%
G = 47.36%
B = 12.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#BFE03A (or 0xBFE03A) is known color: Las Palmas. HEX triplet: BF, E0 and 3A. RGB value is (191,224,58). Sum of RGB (Red+Green+Blue) = 191+224+58=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE03A is #401FC5. Grayscale: #C3C3C3. Windows color (decimal): -4202438 or 3858623. OLE color: 3858623.

HSL color Cylindrical-coordinate representation of color #BFE03A: hue angle of 71.93º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFE03A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 58 -
CMYK 0.15 0 0.74 0.12
HSL 71.93º 0.73% 0.55% -
HSV(B) 71.93º 0.74% 0.88% -
XYZ 48.91 64.69 13.91 -
YUV 195.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 191 224 58 0.15 0 0.74 0.12 71.93 0.73 0.55
Hex BF E0 3A F 0 4A C 48 49 37
Octal 277 340 72 17 0 112 14 110 111 67
Binary 10111111 11100000 111010 1111 0 1001010 1100 1001000 1001001 110111

Color Harmonies of #BFE03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE03A

Black with #BFE03A

Text Example


Text Example

White with #BFE03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE03A; }

 p { color: rgb(191,224,58); }

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

background-color css

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

 a { background-color: rgb(191,224,58); }

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

border-color css

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

 span { border-color: rgb(191,224,58); }

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