Html Css Color HEX #BFE23A Las Palmas

📋 copy color: '#BFE23A'

red 191 ◦ green 226 ◦ blue 58

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

Shades of Las Palmas #BFE23A

Tints of Las Palmas #BFE23A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.58%

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

R = 40.21%
G = 47.58%
B = 12.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#BFE23A (or 0xBFE23A) is known color: Las Palmas. HEX triplet: BF, E2 and 3A. RGB value is (191,226,58). Sum of RGB (Red+Green+Blue) = 191+226+58=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE23A is #401DC5. Grayscale: #C5C5C5. Windows color (decimal): -4201926 or 3859135. OLE color: 3859135.

HSL color Cylindrical-coordinate representation of color #BFE23A: hue angle of 72.5º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFE23A is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 226 58 -
CMYK 0.15 0 0.74 0.11
HSL 72.5º 0.74% 0.56% -
HSV(B) 72.5º 0.74% 0.89% -
XYZ 49.45 65.77 14.09 -
YUV 196.38 49.9 124.16 -
System Red Green Blue C M Y K H S L
Decimal 191 226 58 0.15 0 0.74 0.11 72.5 0.74 0.56
Hex BF E2 3A F 0 4A B 48 4A 38
Octal 277 342 72 17 0 112 13 110 112 70
Binary 10111111 11100010 111010 1111 0 1001010 1011 1001000 1001010 111000

Color Harmonies of #BFE23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE23A

Black with #BFE23A

Text Example


Text Example

White with #BFE23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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