Html Css Color HEX #BDDE45 Las Palmas

📋 copy color: '#BDDE45'

red 189 ◦ green 222 ◦ blue 69

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

Shades of Las Palmas #BDDE45

Tints of Las Palmas #BDDE45

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.25%

 BLUE value IS 69 (27.34% from 255) = 14.38%

R = 39.38%
G = 46.25%
B = 14.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#BDDE45 (or 0xBDDE45) is known color: Las Palmas. HEX triplet: BD, DE and 45. RGB value is (189,222,69). Sum of RGB (Red+Green+Blue) = 189+222+69=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDE45 is #4221BA. Grayscale: #C3C3C3. Windows color (decimal): -4334011 or 4579005. OLE color: 4579005.

HSL color Cylindrical-coordinate representation of color #BDDE45: hue angle of 72.94º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDDE45 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 69 -
CMYK 0.15 0 0.69 0.13
HSL 72.94º 0.7% 0.57% -
HSV(B) 72.94º 0.69% 0.87% -
XYZ 48.18 63.49 15.35 -
YUV 194.69 57.07 123.94 -
System Red Green Blue C M Y K H S L
Decimal 189 222 69 0.15 0 0.69 0.13 72.94 0.7 0.57
Hex BD DE 45 F 0 45 D 49 46 39
Octal 275 336 105 17 0 105 15 111 106 71
Binary 10111101 11011110 1000101 1111 0 1000101 1101 1001001 1000110 111001

Color Harmonies of #BDDE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDE45

Black with #BDDE45

Text Example


Text Example

White with #BDDE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDE45; }

 p { color: rgb(189,222,69); }

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

background-color css

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

 a { background-color: rgb(189,222,69); }

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

border-color css

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

 span { border-color: rgb(189,222,69); }

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