Html Css Color HEX #BDE144 Las Palmas

📋 copy color: '#BDE144'

red 189 ◦ green 225 ◦ blue 68

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

Shades of Las Palmas #BDE144

Tints of Las Palmas #BDE144

RGB

 RED value IS 189 (74.22% from 255) = 39.21%

 GREEN value IS 225 (88.28% from 255) = 46.68%

 BLUE value IS 68 (26.95% from 255) = 14.11%

R = 39.21%
G = 46.68%
B = 14.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#BDE144 (or 0xBDE144) is known color: Las Palmas. HEX triplet: BD, E1 and 44. RGB value is (189,225,68). Sum of RGB (Red+Green+Blue) = 189+225+68=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE144 is #421EBB. Grayscale: #C4C4C4. Windows color (decimal): -4333244 or 4514237. OLE color: 4514237.

HSL color Cylindrical-coordinate representation of color #BDE144: hue angle of 73.76º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDE144 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 68 -
CMYK 0.16 0 0.70 0.12
HSL 73.76º 0.72% 0.57% -
HSV(B) 73.76º 0.7% 0.88% -
XYZ 48.95 65.09 15.45 -
YUV 196.34 55.57 122.77 -
System Red Green Blue C M Y K H S L
Decimal 189 225 68 0.16 0 0.70 0.12 73.76 0.72 0.57
Hex BD E1 44 10 0 46 C 4A 48 39
Octal 275 341 104 20 0 106 14 112 110 71
Binary 10111101 11100001 1000100 10000 0 1000110 1100 1001010 1001000 111001

Color Harmonies of #BDE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE144

Black with #BDE144

Text Example


Text Example

White with #BDE144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE144; }

 p { color: rgb(189,225,68); }

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

background-color css

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

 a { background-color: rgb(189,225,68); }

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

border-color css

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

 span { border-color: rgb(189,225,68); }

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