Html Css Color HEX #BFE942 Las Palmas

📋 copy color: '#BFE942'

red 191 ◦ green 233 ◦ blue 66

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

Shades of Las Palmas #BFE942

Tints of Las Palmas #BFE942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.55%

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

R = 38.98%
G = 47.55%
B = 13.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#BFE942 (or 0xBFE942) is known color: Las Palmas. HEX triplet: BF, E9 and 42. RGB value is (191,233,66). Sum of RGB (Red+Green+Blue) = 191+233+66=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE942 is #4016BD. Grayscale: #CACACA. Windows color (decimal): -4200126 or 4385215. OLE color: 4385215.

HSL color Cylindrical-coordinate representation of color #BFE942: hue angle of 75.09º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFE942 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 233 66 -
CMYK 0.18 0 0.72 0.09
HSL 75.09º 0.79% 0.59% -
HSV(B) 75.09º 0.72% 0.91% -
XYZ 51.61 69.75 15.9 -
YUV 201.4 51.59 120.58 -
System Red Green Blue C M Y K H S L
Decimal 191 233 66 0.18 0 0.72 0.09 75.09 0.79 0.59
Hex BF E9 42 12 0 48 9 4B 4F 3B
Octal 277 351 102 22 0 110 11 113 117 73
Binary 10111111 11101001 1000010 10010 0 1001000 1001 1001011 1001111 111011

Color Harmonies of #BFE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE942

Black with #BFE942

Text Example


Text Example

White with #BFE942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE942; }

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

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

background-color css

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

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

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

border-color css

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

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

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