Html Css Color HEX #BFDA35 Las Palmas

📋 copy color: '#BFDA35'

red 191 ◦ green 218 ◦ blue 53

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

Shades of Las Palmas #BFDA35

Tints of Las Palmas #BFDA35

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.19%

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

R = 41.34%
G = 47.19%
B = 11.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#BFDA35 (or 0xBFDA35) is known color: Las Palmas. HEX triplet: BF, DA and 35. RGB value is (191,218,53). Sum of RGB (Red+Green+Blue) = 191+218+53=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA35 is #4025CA. Grayscale: #BFBFBF. Windows color (decimal): -4203979 or 3529407. OLE color: 3529407.

HSL color Cylindrical-coordinate representation of color #BFDA35: hue angle of 69.82º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFDA35 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 53 -
CMYK 0.12 0 0.76 0.15
HSL 69.82º 0.69% 0.53% -
HSV(B) 69.82º 0.76% 0.85% -
XYZ 47.2 61.48 12.75 -
YUV 191.12 50.05 127.92 -
System Red Green Blue C M Y K H S L
Decimal 191 218 53 0.12 0 0.76 0.15 69.82 0.69 0.53
Hex BF DA 35 C 0 4C F 46 45 35
Octal 277 332 65 14 0 114 17 106 105 65
Binary 10111111 11011010 110101 1100 0 1001100 1111 1000110 1000101 110101

Color Harmonies of #BFDA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDA35

Black with #BFDA35

Text Example


Text Example

White with #BFDA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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