Html Css Color HEX #BDEB2D Las Palmas

📋 copy color: '#BDEB2D'

red 189 ◦ green 235 ◦ blue 45

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

Shades of Las Palmas #BDEB2D

Tints of Las Palmas #BDEB2D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.11%

 BLUE value IS 45 (17.97% from 255) = 9.59%

R = 40.3%
G = 50.11%
B = 9.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#BDEB2D (or 0xBDEB2D) is known color: Las Palmas. HEX triplet: BD, EB and 2D. RGB value is (189,235,45). Sum of RGB (Red+Green+Blue) = 189+235+45=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDEB2D is #4214D2. Grayscale: #C8C8C8. Windows color (decimal): -4330707 or 3009469. OLE color: 3009469.

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

Color convert

RGB 189 235 45 -
CMYK 0.20 0 0.81 0.08
HSL 74.53º 0.83% 0.55% -
HSV(B) 74.53º 0.81% 0.92% -
XYZ 51.17 70.42 13.38 -
YUV 199.59 40.76 120.45 -
System Red Green Blue C M Y K H S L
Decimal 189 235 45 0.20 0 0.81 0.08 74.53 0.83 0.55
Hex BD EB 2D 14 0 51 8 4B 53 37
Octal 275 353 55 24 0 121 10 113 123 67
Binary 10111101 11101011 101101 10100 0 1010001 1000 1001011 1010011 110111

Color Harmonies of #BDEB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEB2D

Black with #BDEB2D

Text Example


Text Example

White with #BDEB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEB2D; }

 p { color: rgb(189,235,45); }

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

background-color css

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

 a { background-color: rgb(189,235,45); }

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

border-color css

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

 span { border-color: rgb(189,235,45); }

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