Html Css Color HEX #B4D63D Las Palmas

📋 copy color: '#B4D63D'

red 180 ◦ green 214 ◦ blue 61

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

Shades of Las Palmas #B4D63D

Tints of Las Palmas #B4D63D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.03%

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

R = 39.56%
G = 47.03%
B = 13.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#B4D63D (or 0xB4D63D) is known color: Las Palmas. HEX triplet: B4, D6 and 3D. RGB value is (180,214,61). Sum of RGB (Red+Green+Blue) = 180+214+61=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D63D is #4B29C2. Grayscale: #BABABA. Windows color (decimal): -4925891 or 4052660. OLE color: 4052660.

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

Color convert

RGB 180 214 61 -
CMYK 0.16 0 0.71 0.16
HSL 73.33º 0.65% 0.54% -
HSV(B) 73.33º 0.71% 0.84% -
XYZ 43.71 58.13 13.33 -
YUV 186.39 57.24 123.44 -
System Red Green Blue C M Y K H S L
Decimal 180 214 61 0.16 0 0.71 0.16 73.33 0.65 0.54
Hex B4 D6 3D 10 0 47 10 49 41 36
Octal 264 326 75 20 0 107 20 111 101 66
Binary 10110100 11010110 111101 10000 0 1000111 10000 1001001 1000001 110110

Color Harmonies of #B4D63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D63D

Black with #B4D63D

Text Example


Text Example

White with #B4D63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D63D; }

 p { color: rgb(180,214,61); }

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

background-color css

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

 a { background-color: rgb(180,214,61); }

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

border-color css

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

 span { border-color: rgb(180,214,61); }

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