Html Css Color HEX #BBDF40 Las Palmas

📋 copy color: '#BBDF40'

red 187 ◦ green 223 ◦ blue 64

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

Shades of Las Palmas #BBDF40

Tints of Las Palmas #BBDF40

RGB

 RED value IS 187 (73.44% from 255) = 39.45%

 GREEN value IS 223 (87.5% from 255) = 47.05%

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

R = 39.45%
G = 47.05%
B = 13.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#BBDF40 (or 0xBBDF40) is known color: Las Palmas. HEX triplet: BB, DF and 40. RGB value is (187,223,64). Sum of RGB (Red+Green+Blue) = 187+223+64=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF40 is #4420BF. Grayscale: #C2C2C2. Windows color (decimal): -4464832 or 4251579. OLE color: 4251579.

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

Color convert

RGB 187 223 64 -
CMYK 0.16 0 0.71 0.13
HSL 73.58º 0.71% 0.56% -
HSV(B) 73.58º 0.71% 0.87% -
XYZ 47.81 63.71 14.63 -
YUV 194.11 54.57 122.93 -
System Red Green Blue C M Y K H S L
Decimal 187 223 64 0.16 0 0.71 0.13 73.58 0.71 0.56
Hex BB DF 40 10 0 47 D 4A 47 38
Octal 273 337 100 20 0 107 15 112 107 70
Binary 10111011 11011111 1000000 10000 0 1000111 1101 1001010 1000111 111000

Color Harmonies of #BBDF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF40

Black with #BBDF40

Text Example


Text Example

White with #BBDF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF40; }

 p { color: rgb(187,223,64); }

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

background-color css

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

 a { background-color: rgb(187,223,64); }

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

border-color css

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

 span { border-color: rgb(187,223,64); }

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