Html Css Color HEX #B5D73C Las Palmas

📋 copy color: '#B5D73C'

red 181 ◦ green 215 ◦ blue 60

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

Shades of Las Palmas #B5D73C

Tints of Las Palmas #B5D73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.16%

R = 39.69%
G = 47.15%
B = 13.16%

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

#B5D73C (or 0xB5D73C) is known color: Las Palmas. HEX triplet: B5, D7 and 3C. RGB value is (181,215,60). Sum of RGB (Red+Green+Blue) = 181+215+60=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D73C is #4A28C3. Grayscale: #BBBBBB. Windows color (decimal): -4860100 or 3987381. OLE color: 3987381.

HSL color Cylindrical-coordinate representation of color #B5D73C: hue angle of 73.16º 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 #B5D73C is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 215 60 -
CMYK 0.16 0 0.72 0.16
HSL 73.16º 0.66% 0.54% -
HSV(B) 73.16º 0.72% 0.84% -
XYZ 44.17 58.75 13.29 -
YUV 187.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 181 215 60 0.16 0 0.72 0.16 73.16 0.66 0.54
Hex B5 D7 3C 10 0 48 10 49 42 36
Octal 265 327 74 20 0 110 20 111 102 66
Binary 10110101 11010111 111100 10000 0 1001000 10000 1001001 1000010 110110

Color Harmonies of #B5D73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D73C

Black with #B5D73C

Text Example


Text Example

White with #B5D73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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