Html Css Color HEX #BDED2D Las Palmas

📋 copy color: '#BDED2D'

red 189 ◦ green 237 ◦ blue 45

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

Shades of Las Palmas #BDED2D

Tints of Las Palmas #BDED2D

RGB

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

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

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

R = 40.13%
G = 50.32%
B = 9.55%

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

#BDED2D (or 0xBDED2D) is known color: Las Palmas. HEX triplet: BD, ED and 2D. RGB value is (189,237,45). Sum of RGB (Red+Green+Blue) = 189+237+45=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDED2D is #4212D2. Grayscale: #C9C9C9. Windows color (decimal): -4330195 or 3009981. OLE color: 3009981.

HSL color Cylindrical-coordinate representation of color #BDED2D: hue angle of 75º 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 #BDED2D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 45 -
CMYK 0.20 0 0.81 0.07
HSL 75º 0.84% 0.55% -
HSV(B) 75º 0.81% 0.93% -
XYZ 51.74 71.58 13.57 -
YUV 200.76 40.1 119.61 -
System Red Green Blue C M Y K H S L
Decimal 189 237 45 0.20 0 0.81 0.07 75 0.84 0.55
Hex BD ED 2D 14 0 51 7 4B 54 37
Octal 275 355 55 24 0 121 7 113 124 67
Binary 10111101 11101101 101101 10100 0 1010001 111 1001011 1010100 110111

Color Harmonies of #BDED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDED2D

Black with #BDED2D

Text Example


Text Example

White with #BDED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDED2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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