Html Css Color HEX #BDED2E Las Palmas

📋 copy color: '#BDED2E'

red 189 ◦ green 237 ◦ blue 46

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

Shades of Las Palmas #BDED2E

Tints of Las Palmas #BDED2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.75%

R = 40.04%
G = 50.21%
B = 9.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#BDED2E (or 0xBDED2E) is known color: Las Palmas. HEX triplet: BD, ED and 2E. RGB value is (189,237,46). Sum of RGB (Red+Green+Blue) = 189+237+46=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDED2E is #4212D1. Grayscale: #C9C9C9. Windows color (decimal): -4330194 or 3075517. OLE color: 3075517.

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

Color convert

RGB 189 237 46 -
CMYK 0.20 0 0.81 0.07
HSL 75.08º 0.84% 0.55% -
HSV(B) 75.08º 0.81% 0.93% -
XYZ 51.76 71.58 13.67 -
YUV 200.87 40.6 119.53 -
System Red Green Blue C M Y K H S L
Decimal 189 237 46 0.20 0 0.81 0.07 75.08 0.84 0.55
Hex BD ED 2E 14 0 51 7 4B 54 37
Octal 275 355 56 24 0 121 7 113 124 67
Binary 10111101 11101101 101110 10100 0 1010001 111 1001011 1010100 110111

Color Harmonies of #BDED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED2E

Black with #BDED2E

Text Example


Text Example

White with #BDED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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