Html Css Color HEX #BFDF35 Las Palmas

📋 copy color: '#BFDF35'

red 191 ◦ green 223 ◦ blue 53

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

Shades of Las Palmas #BFDF35

Tints of Las Palmas #BFDF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.35%

R = 40.9%
G = 47.75%
B = 11.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#BFDF35 (or 0xBFDF35) is known color: Las Palmas. HEX triplet: BF, DF and 35. RGB value is (191,223,53). Sum of RGB (Red+Green+Blue) = 191+223+53=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDF35 is #4020CA. Grayscale: #C2C2C2. Windows color (decimal): -4202699 or 3530687. OLE color: 3530687.

HSL color Cylindrical-coordinate representation of color #BFDF35: hue angle of 71.29º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFDF35 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 53 -
CMYK 0.14 0 0.76 0.13
HSL 71.29º 0.73% 0.54% -
HSV(B) 71.29º 0.76% 0.87% -
XYZ 48.52 64.11 13.19 -
YUV 194.05 48.4 125.82 -
System Red Green Blue C M Y K H S L
Decimal 191 223 53 0.14 0 0.76 0.13 71.29 0.73 0.54
Hex BF DF 35 E 0 4C D 47 49 36
Octal 277 337 65 16 0 114 15 107 111 66
Binary 10111111 11011111 110101 1110 0 1001100 1101 1000111 1001001 110110

Color Harmonies of #BFDF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF35

Black with #BFDF35

Text Example


Text Example

White with #BFDF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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