Html Css Color HEX #BED63F Las Palmas

📋 copy color: '#BED63F'

red 190 ◦ green 214 ◦ blue 63

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

Shades of Las Palmas #BED63F

Tints of Las Palmas #BED63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.49%

R = 40.69%
G = 45.82%
B = 13.49%

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

#BED63F (or 0xBED63F) is known color: Las Palmas. HEX triplet: BE, D6 and 3F. RGB value is (190,214,63). Sum of RGB (Red+Green+Blue) = 190+214+63=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #BED63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED63F is #4129C0. Grayscale: #BEBEBE. Windows color (decimal): -4270529 or 4183742. OLE color: 4183742.

HSL color Cylindrical-coordinate representation of color #BED63F: hue angle of 69.54º 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 #BED63F is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 63 -
CMYK 0.11 0 0.71 0.16
HSL 69.54º 0.65% 0.54% -
HSV(B) 69.54º 0.71% 0.84% -
XYZ 46.18 59.4 13.73 -
YUV 189.61 56.55 128.28 -
System Red Green Blue C M Y K H S L
Decimal 190 214 63 0.11 0 0.71 0.16 69.54 0.65 0.54
Hex BE D6 3F B 0 47 10 46 41 36
Octal 276 326 77 13 0 107 20 106 101 66
Binary 10111110 11010110 111111 1011 0 1000111 10000 1000110 1000001 110110

Color Harmonies of #BED63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED63F

Black with #BED63F

Text Example


Text Example

White with #BED63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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