Html Css Color HEX #BED43D Las Palmas

📋 copy color: '#BED43D'

red 190 ◦ green 212 ◦ blue 61

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

Shades of Las Palmas #BED43D

Tints of Las Palmas #BED43D

RGB

 RED value IS 190 (74.61% from 255) = 41.04%

 GREEN value IS 212 (83.2% from 255) = 45.79%

 BLUE value IS 61 (24.22% from 255) = 13.17%

R = 41.04%
G = 45.79%
B = 13.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#BED43D (or 0xBED43D) is known color: Las Palmas. HEX triplet: BE, D4 and 3D. RGB value is (190,212,61). Sum of RGB (Red+Green+Blue) = 190+212+61=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #BED43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED43D is #412BC2. Grayscale: #BCBCBC. Windows color (decimal): -4271043 or 4052158. OLE color: 4052158.

HSL color Cylindrical-coordinate representation of color #BED43D: hue angle of 68.74º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BED43D is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 61 -
CMYK 0.10 0 0.71 0.17
HSL 68.74º 0.64% 0.54% -
HSV(B) 68.74º 0.71% 0.83% -
XYZ 45.62 58.37 13.28 -
YUV 188.21 56.21 129.28 -
System Red Green Blue C M Y K H S L
Decimal 190 212 61 0.10 0 0.71 0.17 68.74 0.64 0.54
Hex BE D4 3D A 0 47 11 45 40 36
Octal 276 324 75 12 0 107 21 105 100 66
Binary 10111110 11010100 111101 1010 0 1000111 10001 1000101 1000000 110110

Color Harmonies of #BED43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED43D

Black with #BED43D

Text Example


Text Example

White with #BED43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED43D; }

 p { color: rgb(190,212,61); }

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

background-color css

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

 a { background-color: rgb(190,212,61); }

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

border-color css

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

 span { border-color: rgb(190,212,61); }

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