Html Css Color HEX #BFE242 Las Palmas

📋 copy color: '#BFE242'

red 191 ◦ green 226 ◦ blue 66

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

Shades of Las Palmas #BFE242

Tints of Las Palmas #BFE242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.66%

R = 39.54%
G = 46.79%
B = 13.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#BFE242 (or 0xBFE242) is known color: Las Palmas. HEX triplet: BF, E2 and 42. RGB value is (191,226,66). Sum of RGB (Red+Green+Blue) = 191+226+66=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE242 is #401DBD. Grayscale: #C5C5C5. Windows color (decimal): -4201918 or 4383423. OLE color: 4383423.

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

Color convert

RGB 191 226 66 -
CMYK 0.15 0 0.71 0.11
HSL 73.13º 0.73% 0.57% -
HSV(B) 73.13º 0.71% 0.89% -
XYZ 49.67 65.86 15.25 -
YUV 197.3 53.9 123.51 -
System Red Green Blue C M Y K H S L
Decimal 191 226 66 0.15 0 0.71 0.11 73.13 0.73 0.57
Hex BF E2 42 F 0 47 B 49 49 39
Octal 277 342 102 17 0 107 13 111 111 71
Binary 10111111 11100010 1000010 1111 0 1000111 1011 1001001 1001001 111001

Color Harmonies of #BFE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE242

Black with #BFE242

Text Example


Text Example

White with #BFE242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE242; }

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

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

background-color css

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

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

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

border-color css

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

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

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