Html Css Color HEX #B8DA41 Las Palmas

📋 copy color: '#B8DA41'

red 184 ◦ green 218 ◦ blue 65

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

Shades of Las Palmas #B8DA41

Tints of Las Palmas #B8DA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.92%

R = 39.4%
G = 46.68%
B = 13.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#B8DA41 (or 0xB8DA41) is known color: Las Palmas. HEX triplet: B8, DA and 41. RGB value is (184,218,65). Sum of RGB (Red+Green+Blue) = 184+218+65=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DA41 is #4725BE. Grayscale: #BEBEBE. Windows color (decimal): -4662719 or 4315832. OLE color: 4315832.

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

Color convert

RGB 184 218 65 -
CMYK 0.16 0 0.70 0.15
HSL 73.33º 0.67% 0.55% -
HSV(B) 73.33º 0.7% 0.85% -
XYZ 45.79 60.71 14.31 -
YUV 190.39 57.24 123.44 -
System Red Green Blue C M Y K H S L
Decimal 184 218 65 0.16 0 0.70 0.15 73.33 0.67 0.55
Hex B8 DA 41 10 0 46 F 49 43 37
Octal 270 332 101 20 0 106 17 111 103 67
Binary 10111000 11011010 1000001 10000 0 1000110 1111 1001001 1000011 110111

Color Harmonies of #B8DA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DA41

Black with #B8DA41

Text Example


Text Example

White with #B8DA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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