Html Css Color HEX #BED63D Las Palmas

📋 copy color: '#BED63D'

red 190 ◦ green 214 ◦ blue 61

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

Shades of Las Palmas #BED63D

Tints of Las Palmas #BED63D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

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

R = 40.86%
G = 46.02%
B = 13.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#BED63D (or 0xBED63D) is known color: Las Palmas. HEX triplet: BE, D6 and 3D. RGB value is (190,214,61). Sum of RGB (Red+Green+Blue) = 190+214+61=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #BED63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED63D is #4129C2. Grayscale: #BDBDBD. Windows color (decimal): -4270531 or 4052670. OLE color: 4052670.

HSL color Cylindrical-coordinate representation of color #BED63D: hue angle of 69.41º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BED63D is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 61 -
CMYK 0.11 0 0.71 0.16
HSL 69.41º 0.65% 0.54% -
HSV(B) 69.41º 0.71% 0.84% -
XYZ 46.12 59.38 13.44 -
YUV 189.38 55.55 128.44 -
System Red Green Blue C M Y K H S L
Decimal 190 214 61 0.11 0 0.71 0.16 69.41 0.65 0.54
Hex BE D6 3D B 0 47 10 45 41 36
Octal 276 326 75 13 0 107 20 105 101 66
Binary 10111110 11010110 111101 1011 0 1000111 10000 1000101 1000001 110110

Color Harmonies of #BED63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED63D

Black with #BED63D

Text Example


Text Example

White with #BED63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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