Html Css Color HEX #B2D43D Las Palmas

📋 copy color: '#B2D43D'

red 178 ◦ green 212 ◦ blue 61

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

Shades of Las Palmas #B2D43D

Tints of Las Palmas #B2D43D

RGB

 RED value IS 178 (69.92% from 255) = 39.47%

 GREEN value IS 212 (83.2% from 255) = 47.01%

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

R = 39.47%
G = 47.01%
B = 13.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#B2D43D (or 0xB2D43D) is known color: Las Palmas. HEX triplet: B2, D4 and 3D. RGB value is (178,212,61). Sum of RGB (Red+Green+Blue) = 178+212+61=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D43D is #4D2BC2. Grayscale: #B9B9B9. Windows color (decimal): -5057475 or 4052146. OLE color: 4052146.

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

Color convert

RGB 178 212 61 -
CMYK 0.16 0 0.71 0.17
HSL 73.51º 0.64% 0.54% -
HSV(B) 73.51º 0.71% 0.83% -
XYZ 42.75 56.89 13.14 -
YUV 184.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 178 212 61 0.16 0 0.71 0.17 73.51 0.64 0.54
Hex B2 D4 3D 10 0 47 11 4A 40 36
Octal 262 324 75 20 0 107 21 112 100 66
Binary 10110010 11010100 111101 10000 0 1000111 10001 1001010 1000000 110110

Color Harmonies of #B2D43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D43D

Black with #B2D43D

Text Example


Text Example

White with #B2D43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D43D; }

 p { color: rgb(178,212,61); }

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

background-color css

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

 a { background-color: rgb(178,212,61); }

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

border-color css

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

 span { border-color: rgb(178,212,61); }

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