Html Css Color HEX #B8DB40 Las Palmas

📋 copy color: '#B8DB40'

red 184 ◦ green 219 ◦ blue 64

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

Shades of Las Palmas #B8DB40

Tints of Las Palmas #B8DB40

RGB

 RED value IS 184 (72.27% from 255) = 39.4%

 GREEN value IS 219 (85.94% from 255) = 46.9%

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 39.4%
G = 46.9%
B = 13.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#B8DB40 (or 0xB8DB40) is known color: Las Palmas. HEX triplet: B8, DB and 40. RGB value is (184,219,64). Sum of RGB (Red+Green+Blue) = 184+219+64=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DB40 is #4724BF. Grayscale: #BFBFBF. Windows color (decimal): -4662464 or 4250552. OLE color: 4250552.

HSL color Cylindrical-coordinate representation of color #B8DB40: hue angle of 73.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8DB40 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 219 64 -
CMYK 0.16 0 0.71 0.14
HSL 73.55º 0.68% 0.55% -
HSV(B) 73.55º 0.71% 0.86% -
XYZ 46.02 61.22 14.24 -
YUV 190.87 56.4 123.1 -
System Red Green Blue C M Y K H S L
Decimal 184 219 64 0.16 0 0.71 0.14 73.55 0.68 0.55
Hex B8 DB 40 10 0 47 E 4A 44 37
Octal 270 333 100 20 0 107 16 112 104 67
Binary 10111000 11011011 1000000 10000 0 1000111 1110 1001010 1000100 110111

Color Harmonies of #B8DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DB40

Black with #B8DB40

Text Example


Text Example

White with #B8DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DB40; }

 p { color: rgb(184,219,64); }

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

background-color css

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

 a { background-color: rgb(184,219,64); }

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

border-color css

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

 span { border-color: rgb(184,219,64); }

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