Html Css Color HEX #BDE431 Las Palmas

📋 copy color: '#BDE431'

red 189 ◦ green 228 ◦ blue 49

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

Shades of Las Palmas #BDE431

Tints of Las Palmas #BDE431

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.93%

 BLUE value IS 49 (19.53% from 255) = 10.52%

R = 40.56%
G = 48.93%
B = 10.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#BDE431 (or 0xBDE431) is known color: Las Palmas. HEX triplet: BD, E4 and 31. RGB value is (189,228,49). Sum of RGB (Red+Green+Blue) = 189+228+49=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE431 is #421BCE. Grayscale: #C4C4C4. Windows color (decimal): -4332495 or 3269821. OLE color: 3269821.

HSL color Cylindrical-coordinate representation of color #BDE431: hue angle of 73.07º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDE431 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 228 49 -
CMYK 0.17 0 0.79 0.11
HSL 73.07º 0.77% 0.54% -
HSV(B) 73.07º 0.79% 0.89% -
XYZ 49.28 66.53 13.15 -
YUV 195.93 45.08 123.05 -
System Red Green Blue C M Y K H S L
Decimal 189 228 49 0.17 0 0.79 0.11 73.07 0.77 0.54
Hex BD E4 31 11 0 4F B 49 4D 36
Octal 275 344 61 21 0 117 13 111 115 66
Binary 10111101 11100100 110001 10001 0 1001111 1011 1001001 1001101 110110

Color Harmonies of #BDE431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE431

Black with #BDE431

Text Example


Text Example

White with #BDE431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE431; }

 p { color: rgb(189,228,49); }

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

background-color css

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

 a { background-color: rgb(189,228,49); }

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

border-color css

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

 span { border-color: rgb(189,228,49); }

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