Html Css Color HEX #B8DE3C Las Palmas

📋 copy color: '#B8DE3C'

red 184 ◦ green 222 ◦ blue 60

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

Shades of Las Palmas #B8DE3C

Tints of Las Palmas #B8DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.64%

 BLUE value IS 60 (23.83% from 255) = 12.88%

R = 39.48%
G = 47.64%
B = 12.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#B8DE3C (or 0xB8DE3C) is known color: Las Palmas. HEX triplet: B8, DE and 3C. RGB value is (184,222,60). Sum of RGB (Red+Green+Blue) = 184+222+60=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DE3C is #4721C3. Grayscale: #C0C0C0. Windows color (decimal): -4661700 or 3989176. OLE color: 3989176.

HSL color Cylindrical-coordinate representation of color #B8DE3C: hue angle of 74.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8DE3C is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 222 60 -
CMYK 0.17 0 0.73 0.13
HSL 74.07º 0.71% 0.55% -
HSV(B) 74.07º 0.73% 0.87% -
XYZ 46.7 62.76 13.93 -
YUV 192.17 53.41 122.17 -
System Red Green Blue C M Y K H S L
Decimal 184 222 60 0.17 0 0.73 0.13 74.07 0.71 0.55
Hex B8 DE 3C 11 0 49 D 4A 47 37
Octal 270 336 74 21 0 111 15 112 107 67
Binary 10111000 11011110 111100 10001 0 1001001 1101 1001010 1000111 110111

Color Harmonies of #B8DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DE3C

Black with #B8DE3C

Text Example


Text Example

White with #B8DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DE3C; }

 p { color: rgb(184,222,60); }

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

background-color css

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

 a { background-color: rgb(184,222,60); }

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

border-color css

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

 span { border-color: rgb(184,222,60); }

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