Html Css Color HEX #BDE82E Las Palmas

📋 copy color: '#BDE82E'

red 189 ◦ green 232 ◦ blue 46

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

Shades of Las Palmas #BDE82E

Tints of Las Palmas #BDE82E

RGB

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

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

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

R = 40.47%
G = 49.68%
B = 9.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#BDE82E (or 0xBDE82E) is known color: Las Palmas. HEX triplet: BD, E8 and 2E. RGB value is (189,232,46). Sum of RGB (Red+Green+Blue) = 189+232+46=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDE82E is #4217D1. Grayscale: #C6C6C6. Windows color (decimal): -4331474 or 3074237. OLE color: 3074237.

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

Color convert

RGB 189 232 46 -
CMYK 0.19 0 0.80 0.09
HSL 73.87º 0.8% 0.55% -
HSV(B) 73.87º 0.8% 0.91% -
XYZ 50.34 68.73 13.2 -
YUV 197.94 42.25 121.62 -
System Red Green Blue C M Y K H S L
Decimal 189 232 46 0.19 0 0.80 0.09 73.87 0.8 0.55
Hex BD E8 2E 13 0 50 9 4A 50 37
Octal 275 350 56 23 0 120 11 112 120 67
Binary 10111101 11101000 101110 10011 0 1010000 1001 1001010 1010000 110111

Color Harmonies of #BDE82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE82E

Black with #BDE82E

Text Example


Text Example

White with #BDE82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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