Html Css Color HEX #BED33F Las Palmas

📋 copy color: '#BED33F'

red 190 ◦ green 211 ◦ blue 63

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

Shades of Las Palmas #BED33F

Tints of Las Palmas #BED33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 40.95%
G = 45.47%
B = 13.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#BED33F (or 0xBED33F) is known color: Las Palmas. HEX triplet: BE, D3 and 3F. RGB value is (190,211,63). Sum of RGB (Red+Green+Blue) = 190+211+63=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #BED33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED33F is #412CC0. Grayscale: #BCBCBC. Windows color (decimal): -4271297 or 4182974. OLE color: 4182974.

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

Color convert

RGB 190 211 63 -
CMYK 0.10 0 0.70 0.17
HSL 68.51º 0.63% 0.54% -
HSV(B) 68.51º 0.7% 0.83% -
XYZ 45.43 57.89 13.48 -
YUV 187.85 57.54 129.53 -
System Red Green Blue C M Y K H S L
Decimal 190 211 63 0.10 0 0.70 0.17 68.51 0.63 0.54
Hex BE D3 3F A 0 46 11 45 3F 36
Octal 276 323 77 12 0 106 21 105 77 66
Binary 10111110 11010011 111111 1010 0 1000110 10001 1000101 111111 110110

Color Harmonies of #BED33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED33F

Black with #BED33F

Text Example


Text Example

White with #BED33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED33F; }

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

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

background-color css

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

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

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

border-color css

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

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

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