Html Css Color HEX #BFDF42 Las Palmas

📋 copy color: '#BFDF42'

red 191 ◦ green 223 ◦ blue 66

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

Shades of Las Palmas #BFDF42

Tints of Las Palmas #BFDF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.46%

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

R = 39.79%
G = 46.46%
B = 13.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#BFDF42 (or 0xBFDF42) is known color: Las Palmas. HEX triplet: BF, DF and 42. RGB value is (191,223,66). Sum of RGB (Red+Green+Blue) = 191+223+66=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF42 is #4020BD. Grayscale: #C4C4C4. Windows color (decimal): -4202686 or 4382655. OLE color: 4382655.

HSL color Cylindrical-coordinate representation of color #BFDF42: hue angle of 72.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFDF42 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 66 -
CMYK 0.14 0 0.70 0.13
HSL 72.23º 0.71% 0.57% -
HSV(B) 72.23º 0.7% 0.87% -
XYZ 48.86 64.25 14.98 -
YUV 195.53 54.9 124.77 -
System Red Green Blue C M Y K H S L
Decimal 191 223 66 0.14 0 0.70 0.13 72.23 0.71 0.57
Hex BF DF 42 E 0 46 D 48 47 39
Octal 277 337 102 16 0 106 15 110 107 71
Binary 10111111 11011111 1000010 1110 0 1000110 1101 1001000 1000111 111001

Color Harmonies of #BFDF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF42

Black with #BFDF42

Text Example


Text Example

White with #BFDF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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