Html Css Color HEX #B5D53F Las Palmas

📋 copy color: '#B5D53F'

red 181 ◦ green 213 ◦ blue 63

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

Shades of Las Palmas #B5D53F

Tints of Las Palmas #B5D53F

RGB

 RED value IS 181 (71.09% from 255) = 39.61%

 GREEN value IS 213 (83.59% from 255) = 46.61%

 BLUE value IS 63 (25% from 255) = 13.79%

R = 39.61%
G = 46.61%
B = 13.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#B5D53F (or 0xB5D53F) is known color: Las Palmas. HEX triplet: B5, D5 and 3F. RGB value is (181,213,63). Sum of RGB (Red+Green+Blue) = 181+213+63=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D53F is #4A2AC0. Grayscale: #BABABA. Windows color (decimal): -4860609 or 4183477. OLE color: 4183477.

HSL color Cylindrical-coordinate representation of color #B5D53F: hue angle of 72.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5D53F is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 213 63 -
CMYK 0.15 0 0.70 0.16
HSL 72.8º 0.64% 0.54% -
HSV(B) 72.8º 0.7% 0.84% -
XYZ 43.75 57.77 13.55 -
YUV 186.33 58.4 124.2 -
System Red Green Blue C M Y K H S L
Decimal 181 213 63 0.15 0 0.70 0.16 72.8 0.64 0.54
Hex B5 D5 3F F 0 46 10 49 40 36
Octal 265 325 77 17 0 106 20 111 100 66
Binary 10110101 11010101 111111 1111 0 1000110 10000 1001001 1000000 110110

Color Harmonies of #B5D53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D53F

Black with #B5D53F

Text Example


Text Example

White with #B5D53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D53F; }

 p { color: rgb(181,213,63); }

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

background-color css

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

 a { background-color: rgb(181,213,63); }

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

border-color css

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

 span { border-color: rgb(181,213,63); }

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