Html Css Color HEX #B8DA40 Las Palmas

📋 copy color: '#B8DA40'

red 184 ◦ green 218 ◦ blue 64

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

Shades of Las Palmas #B8DA40

Tints of Las Palmas #B8DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.78%

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

R = 39.48%
G = 46.78%
B = 13.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#B8DA40 (or 0xB8DA40) is known color: Las Palmas. HEX triplet: B8, DA and 40. RGB value is (184,218,64). Sum of RGB (Red+Green+Blue) = 184+218+64=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DA40 is #4725BF. Grayscale: #BEBEBE. Windows color (decimal): -4662720 or 4250296. OLE color: 4250296.

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

Color convert

RGB 184 218 64 -
CMYK 0.16 0 0.71 0.15
HSL 73.25º 0.68% 0.55% -
HSV(B) 73.25º 0.71% 0.85% -
XYZ 45.76 60.7 14.16 -
YUV 190.28 56.74 123.52 -
System Red Green Blue C M Y K H S L
Decimal 184 218 64 0.16 0 0.71 0.15 73.25 0.68 0.55
Hex B8 DA 40 10 0 47 F 49 44 37
Octal 270 332 100 20 0 107 17 111 104 67
Binary 10111000 11011010 1000000 10000 0 1000111 1111 1001001 1000100 110111

Color Harmonies of #B8DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DA40

Black with #B8DA40

Text Example


Text Example

White with #B8DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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