Html Css Color HEX #BDE841 Las Palmas

📋 copy color: '#BDE841'

red 189 ◦ green 232 ◦ blue 65

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

Shades of Las Palmas #BDE841

Tints of Las Palmas #BDE841

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.74%

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

R = 38.89%
G = 47.74%
B = 13.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#BDE841 (or 0xBDE841) is known color: Las Palmas. HEX triplet: BD, E8 and 41. RGB value is (189,232,65). Sum of RGB (Red+Green+Blue) = 189+232+65=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE841 is #4217BE. Grayscale: #C8C8C8. Windows color (decimal): -4331455 or 4319421. OLE color: 4319421.

HSL color Cylindrical-coordinate representation of color #BDE841: hue angle of 75.45º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDE841 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 65 -
CMYK 0.19 0 0.72 0.09
HSL 75.45º 0.78% 0.58% -
HSV(B) 75.45º 0.72% 0.91% -
XYZ 50.8 68.91 15.63 -
YUV 200.11 51.75 120.08 -
System Red Green Blue C M Y K H S L
Decimal 189 232 65 0.19 0 0.72 0.09 75.45 0.78 0.58
Hex BD E8 41 13 0 48 9 4B 4E 3A
Octal 275 350 101 23 0 110 11 113 116 72
Binary 10111101 11101000 1000001 10011 0 1001000 1001 1001011 1001110 111010

Color Harmonies of #BDE841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE841

Black with #BDE841

Text Example


Text Example

White with #BDE841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE841; }

 p { color: rgb(189,232,65); }

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

background-color css

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

 a { background-color: rgb(189,232,65); }

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

border-color css

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

 span { border-color: rgb(189,232,65); }

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