Html Css Color HEX #B4E534 Las Palmas

📋 copy color: '#B4E534'

red 180 ◦ green 229 ◦ blue 52

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

Shades of Las Palmas #B4E534

Tints of Las Palmas #B4E534

RGB

 RED value IS 180 (70.7% from 255) = 39.05%

 GREEN value IS 229 (89.84% from 255) = 49.67%

 BLUE value IS 52 (20.7% from 255) = 11.28%

R = 39.05%
G = 49.67%
B = 11.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#B4E534 (or 0xB4E534) is known color: Las Palmas. HEX triplet: B4, E5 and 34. RGB value is (180,229,52). Sum of RGB (Red+Green+Blue) = 180+229+52=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E534 is #4B1ACB. Grayscale: #C2C2C2. Windows color (decimal): -4922060 or 3466676. OLE color: 3466676.

HSL color Cylindrical-coordinate representation of color #B4E534: hue angle of 76.61º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4E534 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 229 52 -
CMYK 0.21 0 0.77 0.10
HSL 76.61º 0.77% 0.55% -
HSV(B) 76.61º 0.77% 0.9% -
XYZ 47.46 65.99 13.48 -
YUV 194.17 47.77 117.89 -
System Red Green Blue C M Y K H S L
Decimal 180 229 52 0.21 0 0.77 0.10 76.61 0.77 0.55
Hex B4 E5 34 15 0 4D A 4D 4D 37
Octal 264 345 64 25 0 115 12 115 115 67
Binary 10110100 11100101 110100 10101 0 1001101 1010 1001101 1001101 110111

Color Harmonies of #B4E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E534

Black with #B4E534

Text Example


Text Example

White with #B4E534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E534; }

 p { color: rgb(180,229,52); }

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

background-color css

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

 a { background-color: rgb(180,229,52); }

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

border-color css

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

 span { border-color: rgb(180,229,52); }

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