Html Css Color HEX #B5D73D Las Palmas

📋 copy color: '#B5D73D'

red 181 ◦ green 215 ◦ blue 61

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

Shades of Las Palmas #B5D73D

Tints of Las Palmas #B5D73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.05%

 BLUE value IS 61 (24.22% from 255) = 13.35%

R = 39.61%
G = 47.05%
B = 13.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#B5D73D (or 0xB5D73D) is known color: Las Palmas. HEX triplet: B5, D7 and 3D. RGB value is (181,215,61). Sum of RGB (Red+Green+Blue) = 181+215+61=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D73D is #4A28C2. Grayscale: #BBBBBB. Windows color (decimal): -4860099 or 4052917. OLE color: 4052917.

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

Color convert

RGB 181 215 61 -
CMYK 0.16 0 0.72 0.16
HSL 73.25º 0.66% 0.54% -
HSV(B) 73.25º 0.72% 0.84% -
XYZ 44.2 58.76 13.43 -
YUV 187.28 56.74 123.52 -
System Red Green Blue C M Y K H S L
Decimal 181 215 61 0.16 0 0.72 0.16 73.25 0.66 0.54
Hex B5 D7 3D 10 0 48 10 49 42 36
Octal 265 327 75 20 0 110 20 111 102 66
Binary 10110101 11010111 111101 10000 0 1001000 10000 1001001 1000010 110110

Color Harmonies of #B5D73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D73D

Black with #B5D73D

Text Example


Text Example

White with #B5D73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D73D; }

 p { color: rgb(181,215,61); }

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

background-color css

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

 a { background-color: rgb(181,215,61); }

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

border-color css

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

 span { border-color: rgb(181,215,61); }

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