Html Css Color HEX #BDED40 Las Palmas

📋 copy color: '#BDED40'

red 189 ◦ green 237 ◦ blue 64

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

Shades of Las Palmas #BDED40

Tints of Las Palmas #BDED40

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.37%

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

R = 38.57%
G = 48.37%
B = 13.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#BDED40 (or 0xBDED40) is known color: Las Palmas. HEX triplet: BD, ED and 40. RGB value is (189,237,64). Sum of RGB (Red+Green+Blue) = 189+237+64=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDED40 is #4212BF. Grayscale: #CBCBCB. Windows color (decimal): -4330176 or 4255165. OLE color: 4255165.

HSL color Cylindrical-coordinate representation of color #BDED40: hue angle of 76.65º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDED40 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 64 -
CMYK 0.20 0 0.73 0.07
HSL 76.65º 0.83% 0.59% -
HSV(B) 76.65º 0.73% 0.93% -
XYZ 52.2 71.76 15.95 -
YUV 202.93 49.6 118.07 -
System Red Green Blue C M Y K H S L
Decimal 189 237 64 0.20 0 0.73 0.07 76.65 0.83 0.59
Hex BD ED 40 14 0 49 7 4D 53 3B
Octal 275 355 100 24 0 111 7 115 123 73
Binary 10111101 11101101 1000000 10100 0 1001001 111 1001101 1010011 111011

Color Harmonies of #BDED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED40

Black with #BDED40

Text Example


Text Example

White with #BDED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED40; }

 p { color: rgb(189,237,64); }

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

background-color css

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

 a { background-color: rgb(189,237,64); }

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

border-color css

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

 span { border-color: rgb(189,237,64); }

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