Html Css Color HEX #BFE13A Las Palmas

📋 copy color: '#BFE13A'

red 191 ◦ green 225 ◦ blue 58

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

Shades of Las Palmas #BFE13A

Tints of Las Palmas #BFE13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.47%

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

R = 40.3%
G = 47.47%
B = 12.24%

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

#BFE13A (or 0xBFE13A) is known color: Las Palmas. HEX triplet: BF, E1 and 3A. RGB value is (191,225,58). Sum of RGB (Red+Green+Blue) = 191+225+58=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE13A is #401EC5. Grayscale: #C4C4C4. Windows color (decimal): -4202182 or 3858879. OLE color: 3858879.

HSL color Cylindrical-coordinate representation of color #BFE13A: hue angle of 72.22º degrees, saturation: 0.74, 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 #BFE13A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 58 -
CMYK 0.15 0 0.74 0.12
HSL 72.22º 0.74% 0.55% -
HSV(B) 72.22º 0.74% 0.88% -
XYZ 49.17 65.23 14 -
YUV 195.8 50.24 124.58 -
System Red Green Blue C M Y K H S L
Decimal 191 225 58 0.15 0 0.74 0.12 72.22 0.74 0.55
Hex BF E1 3A F 0 4A C 48 4A 37
Octal 277 341 72 17 0 112 14 110 112 67
Binary 10111111 11100001 111010 1111 0 1001010 1100 1001000 1001010 110111

Color Harmonies of #BFE13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE13A

Black with #BFE13A

Text Example


Text Example

White with #BFE13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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